We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f66e5f + eeb4dd6 commit ccac54cCopy full SHA for ccac54c
.github/workflows/rust.yml
@@ -65,7 +65,7 @@ jobs:
65
./grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/coverage.lcov
66
- name: Upload coverage to Codecov
67
if: github.repository_owner == 'H1rono' || github.repository_owner == 'h1rono'
68
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
69
with:
70
files: target/coverage.lcov
71
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments