Skip to content

Commit 2331995

Browse files
committed
Update coverage ci options
1 parent c07bdce commit 2331995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
name: coverage
77
runs-on: ubuntu-latest
88
container:
9-
image: xd009642/tarpaulin
9+
image: xd009642/tarpaulin:develop-nightly
1010
options: --security-opt seccomp=unconfined
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@main
1414

1515
- name: Generate coverage report
1616
run: |
17-
cargo tarpaulin --out xml --tests --exclude-files benches/* --exclude-files mlua-sys/src/*/*
17+
cargo +nightly tarpaulin --verbose --out xml --tests --exclude-files benches/* --exclude-files mlua-sys/src/*/*
1818
1919
- name: Upload report to codecov.io
2020
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)