We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5e0973 + e9b1425 commit 12f4cafCopy full SHA for 12f4caf
1 file changed
.github/workflows/general.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Generate code coverage
87
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/
88
- name: Upload coverage reports to Codecov
89
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
90
with:
91
file: ./target/debug/lcov
92
env:
0 commit comments