There was an error while loading. Please reload this page.
1 parent f9e342e commit 4527746Copy full SHA for 4527746
1 file changed
.github/workflows/code_coverage.yml
@@ -44,7 +44,7 @@ jobs:
44
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o ./target/coverage.lcov
45
46
- name: Upload to codecov.io
47
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
48
with:
49
fail_ci_if_error: true
50
files: ./target/*.lcov
0 commit comments