mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 23:43:11 +00:00
fix install grcov
This commit is contained in:
parent
cf890bd286
commit
ff5841f01c
3
.github/workflows/codecov.yml
vendored
3
.github/workflows/codecov.yml
vendored
@ -30,10 +30,11 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
continue-on-error: true
|
||||
- run: |
|
||||
cargo install --force grcov;
|
||||
cargo binstall -y grcov;
|
||||
cargo test --all-features;
|
||||
cargo test discv5_echo -- --ignored;
|
||||
cargo test default_echo -- --ignored;
|
||||
rm -rf /tmp/cov;
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user