We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b65a8f0 + ff822e6 commit ea5909fCopy full SHA for ea5909f
.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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
90
with:
91
file: ./target/debug/lcov
92
env:
0 commit comments