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 d0f9259 commit 9d4e3b5Copy full SHA for 9d4e3b5
1 file changed
.github/workflows/codecov.yml
@@ -24,7 +24,7 @@ jobs:
24
pytest -We tests
25
lcov --capture --directory ./build/CMakeFiles/_PyPartMC.dir/ --output-file coverage.info --no-external
26
- run: find -name \*.gcno | grep -v pypartmc.cpp | grep -v _PyPartMC.dir | xargs rm
27
- - uses: codecov/codecov-action@v6.0.0
+ - uses: codecov/codecov-action@v6.0.1
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
fail_ci_if_error: true
0 commit comments