Skip to content

Commit 4901e9b

Browse files
authored
Merge pull request #107 from jonhoo/doctests
Also test doctests for coverage
2 parents 5acb114 + fe9191d commit 4901e9b

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 --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)