Skip to content

Commit 35f14f8

Browse files
authored
fix: update build-with-coverage.yml
1 parent ec87b09 commit 35f14f8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-with-coverage.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,15 @@ jobs:
2424
coverage:
2525
runs-on: ubuntu-latest
2626
container:
27-
image: xd009642/tarpaulin:develop
27+
image: xd009642/tarpaulin:develop-nightly
2828
options: --security-opt seccomp=unconfined
2929
steps:
3030
- name: checkout repository
3131
uses: actions/checkout@v2
32-
with:
33-
submodules: recursive
3432

3533
- name: generate code coverage
3634
run: |
37-
cargo tarpaulin --verbose --workspace --timeout 120 --out Xml
38-
35+
cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out Xml
3936
- name: upload to codecov.io
4037
uses: codecov/codecov-action@v2
4138
with:

0 commit comments

Comments
 (0)