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