aboutsummaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000000..0b3de06b97
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,27 @@
+codecov:
+ notify:
+ require_ci_to_pass: yes
+ ci:
+ - appveyor
+ - travis
+ - !neovim-qb.szakmeister.net
+
+coverage:
+ precision: 2
+ round: down
+ range: "70...100"
+
+ status:
+ project: yes
+ patch: yes
+ changes: no
+
+parsers:
+ gcov:
+ branch_detection:
+ conditional: yes
+ loop: yes
+ method: no
+ macro: no
+
+comment: off