Skip to content

Commit 9d4e3b5

Browse files
Bump codecov/codecov-action from 6.0.0 to 6.0.1 (#525)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0f9259 commit 9d4e3b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pytest -We tests
2525
lcov --capture --directory ./build/CMakeFiles/_PyPartMC.dir/ --output-file coverage.info --no-external
2626
- run: find -name \*.gcno | grep -v pypartmc.cpp | grep -v _PyPartMC.dir | xargs rm
27-
- uses: codecov/codecov-action@v6.0.0
27+
- uses: codecov/codecov-action@v6.0.1
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
fail_ci_if_error: true

0 commit comments

Comments
 (0)