Codecov with all tests included

This commit is contained in:
Gusto Bacvinka 2023-01-25 10:15:51 +02:00 committed by gusto
parent ba660d3c8f
commit 8dad22cfa8

View File

@ -31,7 +31,7 @@ jobs:
continue-on-error: true
- run: |
cargo install grcov;
cargo test --all-features -- --ignored;
cargo test --all-features -- --include-ignored;
mkdir /tmp/cov;
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
- uses: codecov/codecov-action@v3