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 cbcd54e + 05c9fdc commit 7e41333Copy full SHA for 7e41333
.github/workflows/coverage.yml
@@ -15,6 +15,6 @@ jobs:
15
run: |
16
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types Doctests --run-types Tests --out Xml
17
- name: Upload to codecov.io
18
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
19
with:
20
fail_ci_if_error: true
0 commit comments