Skip to content

Commit

Permalink
Merge pull request #7 from sgherbst/sgherbst-patch-1
Browse files Browse the repository at this point in the history
use less picky codecov settings
  • Loading branch information
sgherbst authored Jul 6, 2020
2 parents fbac156 + 464c73c commit 282c526
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# configuration related to pull request comments
comment: no # 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

0 comments on commit 282c526

Please sign in to comment.