mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-05-02 00:33:12 +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
|
- name: Run tests with coverage
|
||||||
run: |
|
run: |
|
||||||
cargo test --verbose
|
cargo test --all-features;
|
||||||
cargo test discv5_echo -- --ignored --verbose
|
cargo test discv5_echo -- --ignored;
|
||||||
cargo test default_echo -- --ignored --verbose
|
cargo test default_echo -- --ignored;
|
||||||
|
|
||||||
- name: Generate coverage report
|
- name: Generate coverage report
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user