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 ee5282a commit fe9191dCopy full SHA for fe9191d
.github/workflows/coverage.yml
@@ -7,13 +7,13 @@ jobs:
7
test:
8
runs-on: ubuntu-latest
9
container:
10
- image: xd009642/tarpaulin
+ image: xd009642/tarpaulin:develop-nightly
11
options: --security-opt seccomp=unconfined
12
steps:
13
- uses: actions/checkout@v2
14
- name: Generate code coverage
15
run: |
16
- cargo tarpaulin --verbose --all-features --timeout 120 --run-types Doctests --run-types Tests --out Xml
+ 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
19
with:
0 commit comments