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 ec87b09 commit 35f14f8Copy full SHA for 35f14f8
.github/workflows/build-with-coverage.yml
@@ -24,18 +24,15 @@ jobs:
24
coverage:
25
runs-on: ubuntu-latest
26
container:
27
- image: xd009642/tarpaulin:develop
+ image: xd009642/tarpaulin:develop-nightly
28
options: --security-opt seccomp=unconfined
29
steps:
30
- name: checkout repository
31
uses: actions/checkout@v2
32
- with:
33
- submodules: recursive
34
35
- name: generate code coverage
36
run: |
37
- cargo tarpaulin --verbose --workspace --timeout 120 --out Xml
38
-
+ cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out Xml
39
- name: upload to codecov.io
40
uses: codecov/codecov-action@v2
41
with:
0 commit comments