Add --all-targets flag to coverage CI tests.

This commit is contained in:
ISibboI 2023-06-04 09:17:22 +03:00 committed by GitHub
parent e720ba5ed1
commit 81b996e18c
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 uses: actions-rs/cargo@v1
with: with:
command: tarpaulin command: tarpaulin
args: --all --all-features --out Lcov -- --test-threads 1 args: --all-features --all-targets --out Lcov -- --test-threads 1
- name: Upload Coverage - name: Upload Coverage
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master