Skip to content

Commit 4527746

Browse files
ci: bump codecov/codecov-action from 6.0.1 to 7.0.0 (#633)
1 parent f9e342e commit 4527746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o ./target/coverage.lcov
4545
4646
- name: Upload to codecov.io
47-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
47+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
4848
with:
4949
fail_ci_if_error: true
5050
files: ./target/*.lcov

0 commit comments

Comments
 (0)