Skip to content

Commit e18aa1e

Browse files
committed
fix: coverage
1 parent 18e4d4e commit e18aa1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
coverage:
2525
runs-on: ubuntu-latest
2626
container:
27-
image: xd009642/tarpaulin:develop-nightly
27+
image: xd009642/tarpaulin:develop
2828
options: --security-opt seccomp=unconfined
2929
steps:
3030
- name: checkout repository
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: generate code coverage
3636
run: |
37-
cargo +nightly tarpaulin --verbose --workspace --timeout 120 --out Xml
37+
cargo tarpaulin --verbose --workspace --timeout 120 --out Xml
3838
3939
- name: upload to codecov.io
4040
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)