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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-10-14 16:01:13 +0300
committerJulius Haertl <jus@bitgrid.net>2016-10-14 16:36:19 +0300
commitd746dd04f5b21290f51708c33af57a5dbd12d866 (patch)
tree7db952b83bceda835882f0d7f73a8a34a075d895 /.codecov.yml
parentf0844ed4c16039feecbc8577123a6d570736b495 (diff)
Add .codecov.yml
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 00000000..2b5037ed
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,26 @@
+codecov:
+ notify:
+ require_ci_to_pass: yes
+
+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:
+ layout: "header, diff"
+ behavior: default
+ require_changes: no