Skip to content

Commit ee5282a

Browse files
committed
Also test doctests
1 parent 5acb114 commit ee5282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: Generate code coverage
1515
run: |
16-
cargo tarpaulin --verbose --all-features --timeout 120 --out Xml
16+
cargo tarpaulin --verbose --all-features --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)