mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 22:13:07 +00:00
fine tune codecov tests
This commit is contained in:
parent
c070a2426c
commit
2bad1f0e78
6
.github/workflows/codecov.yml
vendored
6
.github/workflows/codecov.yml
vendored
@ -41,9 +41,9 @@ jobs:
|
||||
|
||||
- name: Run tests with coverage
|
||||
run: |
|
||||
cargo test --verbose
|
||||
cargo test discv5_echo -- --ignored --verbose
|
||||
cargo test default_echo -- --ignored --verbose
|
||||
cargo test --all-features;
|
||||
cargo test discv5_echo -- --ignored;
|
||||
cargo test default_echo -- --ignored;
|
||||
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user