diff --git a/.Rbuildignore b/.Rbuildignore index 157666c..b478e5e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,5 +3,5 @@ ^.travis.yml$ ^CONTRIBUTING\.md$ ^compile_flags\.txt$ -^.codecov.yml$ +^codecov.yml$ ^scripts$ diff --git a/.codecov.yml b/codecov.yml similarity index 79% rename from .codecov.yml rename to codecov.yml index d8fb17a..0db9a69 100644 --- a/.codecov.yml +++ b/codecov.yml @@ -1,5 +1,5 @@ # 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 @@ -7,10 +7,8 @@ coverage: 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