We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1edde commit 199566cCopy full SHA for 199566c
.github/workflows/code_coverage.yml
@@ -25,7 +25,7 @@ jobs:
25
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
26
27
- name: Upload to codecov.io
28
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
+ uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
29
with:
30
fail_ci_if_error: true
31
env:
0 commit comments