fine tune codecov tests

This commit is contained in:
Ivan Folgueira Bande 2025-10-10 17:48:18 +02:00
parent c070a2426c
commit 2bad1f0e78
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -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: |