We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b3ceb commit 8f8f600Copy full SHA for 8f8f600
.github/workflows/general.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Generate code coverage
107
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/
108
- name: Upload coverage reports to Codecov
109
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
110
with:
111
file: ./target/debug/lcov
112
env:
0 commit comments