We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02adaea commit 78c19f2Copy full SHA for 78c19f2
.github/workflows/codecov.yml
@@ -19,10 +19,10 @@ jobs:
19
set -xe
20
CMAKE_ARGS="-DCMAKE_CXX_FLAGS=--coverage -DCMAKE_C_FLAGS=--coverage -DCMAKE_Fortran_FLAGS=--coverage" pip install -e .[tests]
21
pytest -We tests
22
- lcov --capture --directory src --output-file coverage.info --no-external
23
- - uses: mxschmitt/action-tmate@v3
24
- with:
25
- limit-access-to-actor: true
+ lcov --capture --directory ./build/*/_PyPartMC/CMakeFiles/_PyPartMC.dir/ --output-file coverage.info --no-external
+ # - uses: mxschmitt/action-tmate@v3
+ # with:
+ # limit-access-to-actor: true
26
- uses: codecov/[email protected]
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments