Replace --all-targets with specific run types for tests and doctests in test coverage CI.

This commit is contained in:
ISibboI 2023-06-04 09:26:38 +03:00 committed by GitHub
parent 81b996e18c
commit c14be410d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
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
uses: coverallsapp/github-action@master