Skip to content

Commit

Permalink
fix(codecov): Ignore Test Utilities (#628)
Browse files Browse the repository at this point in the history
* fix(codecov): ignore test utils

* fix(codecov): ignore test utils

* fix(codecov): ignore test utils
  • Loading branch information
refcell authored Oct 5, 2024
1 parent f404172 commit 2a2f200
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .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: 75..100
range: 80..100
round: down
precision: 1
status:
Expand All @@ -18,10 +18,10 @@ coverage:
only_pulls: true

ignore:
- "tests"
- "test_util.rs"
- "test_utils.rs"
- "crates/derive/src/stages/test_utils"
- "**/test_utils/*"
- "**/test_utils*"
- "**/test_util*"
- "**/tests*"
- "bin/"

# Make comments less noisy
Expand Down

0 comments on commit 2a2f200

Please sign in to comment.