ci: add run type to codecov action ()

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:
Clement Tsang 2021-11-28 04:08:54 -05:00 committed by GitHub
parent c4caa87e0b
commit 3a95a3d6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

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