Add --all-targets
flag to coverage CI tests.
This commit is contained in:
parent
e720ba5ed1
commit
81b996e18c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -300,10 +300,10 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: tarpaulin
|
||||
args: --all --all-features --out Lcov -- --test-threads 1
|
||||
args: --all-features --all-targets --out Lcov -- --test-threads 1
|
||||
|
||||
- name: Upload Coverage
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path-to-lcov: ./lcov.info
|
||||
path-to-lcov: ./lcov.info
|
||||
|
Loading…
Reference in New Issue
Block a user