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.
2 parents 99ea243 + 0b644ad commit c27dbb1Copy full SHA for c27dbb1
.github/workflows/general.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Generate code coverage
109
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/
110
- name: Upload coverage reports to Codecov
111
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
+ uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
112
with:
113
files: ./target/debug/lcov
114
env:
0 commit comments