Replace --all-targets
with specific run types for tests and doctests in test coverage CI.
This commit is contained in:
parent
81b996e18c
commit
c14be410d5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -300,7 +300,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: tarpaulin
|
command: tarpaulin
|
||||||
args: --all-features --all-targets --out Lcov -- --test-threads 1
|
args: --all-features --out Lcov --run-types Tests Doctests -- --test-threads 1
|
||||||
|
|
||||||
- name: Upload Coverage
|
- name: Upload Coverage
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user