Skip to content

Commit fe9191d

Browse files
committed
doctest coverage requires nightly
1 parent ee5282a commit fe9191d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
container:
10-
image: xd009642/tarpaulin
10+
image: xd009642/tarpaulin:develop-nightly
1111
options: --security-opt seccomp=unconfined
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Generate code coverage
1515
run: |
16-
cargo tarpaulin --verbose --all-features --timeout 120 --run-types Doctests --run-types Tests --out Xml
16+
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types Doctests --run-types Tests --out Xml
1717
- name: Upload to codecov.io
1818
uses: codecov/codecov-action@v2
1919
with:

0 commit comments

Comments
 (0)