mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
Add missing waku tests to codecov
This commit is contained in:
parent
6f3d5f3e31
commit
d513ca08b4
1
.github/workflows/codecov.yml
vendored
1
.github/workflows/codecov.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
cargo install grcov;
|
||||
cargo test --all-features;
|
||||
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;
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user