From d1930e28fc5f777d2c27f754a9c3583cb5d7e82c Mon Sep 17 00:00:00 2001 From: refcell Date: Tue, 5 Nov 2024 18:18:15 -0500 Subject: [PATCH] chore: clean codecov confiv (#783) --- .github/codecov.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index b35dc42ed..f76d9ea1b 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -14,19 +14,16 @@ coverage: target: auto # Avoid false negatives threshold: 1% - base: auto + base: auto only_pulls: true ignore: + - "bin/" - "**/test_utils/*" - "**/test_utils*" - "**/test_util*" - "**/tests*" - - "bin/" - - "crates/derive/src/test_utils" # Ignore all files in test util directories - - "crates/providers-alloy/src/alloy_providers.rs" # Flaky testing with online providers - - "crates/providers-alloy/src/beacon_client.rs" # Flaky testing with online providers - - "crates/mpt/src/noop.rs" # Uncovered noop implementations used downstream and by tests + - "crates/mpt/src/noop.rs" # Make comments less noisy comment: