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 5ca7968 commit bc424d2Copy full SHA for bc424d2
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/tests.lcov
46
47
- name: Upload coverage reports to Codecov
48
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.4.3
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
slug: altsem/gitu
0 commit comments