Skip to content

Commit

Permalink
Add small threshold to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Oct 24, 2023
1 parent a5d2d54 commit 8c3f8db
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ coverage:
range: "50...100"

status:
project: true
patch: true
project:
default:
target: auto
threshold: 5%
paths:
- "Code"
patch:
default:
target: auto
threshold: 5%
paths:
- "Code"

changes: true

0 comments on commit 8c3f8db

Please sign in to comment.