Skip to content

Commit

Permalink
fix: fix codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Jul 15, 2024
1 parent afa0be5 commit 1f0b4f3
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
comment: yes # do not comment PR with the result

coverage:
range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code

status:
project: # settings affecting project coverage
default:
target: auto # auto % coverage target
threshold: 5% # allow for 5% reduction of coverage without failing

# do not run coverage on patch nor changes
patch: false

range: 70..90
round: down
precision: 2

comment:
layout: diff, files

0 comments on commit 1f0b4f3

Please sign in to comment.