Skip to content

Commit

Permalink
fix: codecov (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Oct 8, 2024
1 parent b1d89dd commit e12b614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
range: 80..100
range: 85..100
round: down
precision: 1
status:
Expand All @@ -23,6 +23,7 @@ ignore:
- "**/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
Expand Down

0 comments on commit e12b614

Please sign in to comment.