Skip to content

Commit

Permalink
chore: clean codecov confiv (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Nov 5, 2024
1 parent fd4cc64 commit d1930e2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d1930e2

Please sign in to comment.