Skip to content

Commit

Permalink
update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmh91 committed Nov 11, 2020
1 parent f4102a5 commit 3e9f071
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# comment: false
# configuration related to pull request comments
comment: false # do not comment PR with the result

coverage:
range: 30..80 # coverage lower than 30 is red, higher than 80 green, between color code

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

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

0 comments on commit 3e9f071

Please sign in to comment.