mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 23:43:11 +00:00
Reverted binary copies; running ignored tests for coverage
This commit is contained in:
parent
d513ca08b4
commit
371a308b15
3
.github/workflows/codecov.yml
vendored
3
.github/workflows/codecov.yml
vendored
@ -31,9 +31,8 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- run: |
|
- run: |
|
||||||
cargo install grcov;
|
cargo install grcov;
|
||||||
cargo test --all-features;
|
cargo test --all-features -- --ignored;
|
||||||
mkdir /tmp/cov;
|
mkdir /tmp/cov;
|
||||||
cp target/debug/deps/waku* target/debug/; # Select only waku related bins for codecov
|
|
||||||
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
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user