diff options
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index a83fd916ee..0000000000 --- a/codecov.yml +++ /dev/null @@ -1,27 +0,0 @@ -# To validate: -# cat codecov.yml | curl --data-binary @- https://codecov.io/validate - -codecov: - notify: - require_ci_to_pass: no - ci: - - appveyor - - travis - - !neovim-qb.szakmeister.net - -coverage: - precision: 2 - round: down - range: "70...100" - - status: - project: - default: - threshold: 1 - patch: - default: - threshold: 1 - only_pulls: true - changes: no - -comment: off |