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 7e41333 + ad0c612 commit a6091e3Copy full SHA for a6091e3
.github/workflows/coverage.yml
@@ -10,7 +10,7 @@ jobs:
10
image: xd009642/tarpaulin:develop-nightly
11
options: --security-opt seccomp=unconfined
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Generate code coverage
15
run: |
16
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types Doctests --run-types Tests --out Xml
0 commit comments