Skip to content

Commit

Permalink
ignores src/arbitrary.rs from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Jul 2, 2024
1 parent 7b5d56d commit e70813f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
# Hold ourselves to a high bar
range: 85..100
round: down
precision: 1
status:
# ref: https://docs.codecov.com/docs/commit-status
project:
default:
# Avoid false negatives
threshold: 1%
# Hold ourselves to a high bar
range: 85..100
round: down
precision: 1
status:
# ref: https://docs.codecov.com/docs/commit-status
project:
default:
# Avoid false negatives
threshold: 1%

# Test files aren't important for coverage
ignore:
- "tests"
- "tests"
- "src/arbitrary.rs"

# Make comments less noisy
comment:
layout: "files"
require_changes: true
layout: "files"
require_changes: true

0 comments on commit e70813f

Please sign in to comment.