Skip to content

Commit

Permalink
Change threshold to 1% in codecov settings. (#357)
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Kopriva <jkopriva@redhat.com>
Co-authored-by: Francisc Munteanu <fmuntean@redhat.com>
  • Loading branch information
jkopriva and mfrancisc authored Oct 13, 2023
1 parent 14312cb commit b467ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Config can be validated before merging: curl -X POST --data-binary @.codecov.yml https://codecov.io/validate
coverage:
precision: 2
round: down
range: "70..100"
status:
project:
default:
threshold: 5
threshold: 1%
ignore:
- "vendor/*"
- "make/*"
Expand Down

0 comments on commit b467ea5

Please sign in to comment.