ci: add run type to codecov action (#618)
This seems to be needed if I add unit tests due to the repo being both a binary and a lib.
This commit is contained in:
parent
c4caa87e0b
commit
3a95a3d6d2
.github/workflows
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
- name: Generate code coverage
|
||||
run: |
|
||||
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
|
||||
cargo tarpaulin --verbose --all-features --workspace --run-types AllTargets --timeout 120 --out Xml
|
||||
|
||||
- name: Upload to codecov.io
|
||||
uses: codecov/codecov-action@v2
|
||||
|
|
Loading…
Reference in New Issue