Skip to content

Commit

Permalink
remove patch coverage (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Dec 9, 2019
1 parent 8faeb14 commit 4b94713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Expand Up @@ -3,5 +3,5 @@
^.travis.yml$
^CONTRIBUTING\.md$
^compile_flags\.txt$
^.codecov.yml$
^codecov.yml$
^scripts$
6 changes: 2 additions & 4 deletions .codecov.yml → codecov.yml
@@ -1,16 +1,14 @@
# configuration related to pull request comments
comment: off # do not comment PR with the result
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:
enabled: yes
target: auto # auto % coverage target
threshold: 5% # allow for 5% reduction of coverage without failing

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

0 comments on commit 4b94713

Please sign in to comment.