mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 23:43:11 +00:00
Codecov with all tests included
This commit is contained in:
parent
ba660d3c8f
commit
8dad22cfa8
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- run: |
|
- run: |
|
||||||
cargo install grcov;
|
cargo install grcov;
|
||||||
cargo test --all-features -- --ignored;
|
cargo test --all-features -- --include-ignored;
|
||||||
mkdir /tmp/cov;
|
mkdir /tmp/cov;
|
||||||
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
|
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user