We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acb114 commit ee5282aCopy full SHA for ee5282a
.github/workflows/coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- name: Generate code coverage
15
run: |
16
- cargo tarpaulin --verbose --all-features --timeout 120 --out Xml
+ cargo tarpaulin --verbose --all-features --timeout 120 --run-types Doctests --run-types Tests --out Xml
17
- name: Upload to codecov.io
18
uses: codecov/codecov-action@v2
19
with:
0 commit comments