From 2bad1f0e78675efe5a1e8d092acc05972bc072b2 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Fri, 10 Oct 2025 17:48:18 +0200 Subject: [PATCH] fine tune codecov tests --- .github/workflows/codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3572326..7943b95 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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: |