Skip to content

Commit

Permalink
Add codecov yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Mar 31, 2024
1 parent 55f870c commit a7942c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# see https://docs.codecov.com/docs/codecovyml-reference
coverage:
# Customize the visible colors:
# <60%: red
# <70%: yellow
# >=70%: green
range: 60..70
status:
# see https://docs.codecov.com/docs/commit-status
project:
default:
# Allow the coverage to drop by 1%.
threshold: 1%
ignore:
- "tests"
- "benches"

0 comments on commit a7942c6

Please sign in to comment.