Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-07-16 23:09:32 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-07-16 23:09:32 +0300
commit29ea63a27bf3a16d7f21560a2f102361b012f665 (patch)
treefdd968d53ef18e407668e5d3c6b3703eccb506a8 /.codecov.yml
parentfa1ff4e2d21103d2e33bb58c36959fa8d225215c (diff)
Add codecov config file
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 00000000..eb38c5c5
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,18 @@
+codecov:
+ notify:
+ require_ci_to_pass: yes
+
+coverage:
+ precision: 2
+ round: down
+ range: "70...100"
+
+ status:
+ project: yes
+ patch: yes
+ changes: no
+
+comment:
+ layout: "header, diff, changes, sunburst, uncovered"
+ behavior: default
+ require_changes: no