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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-09-28 17:45:02 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-09-28 22:08:17 +0300
commitb85b6abda86b3dc238bcba9475ef73f142dc075b (patch)
tree99e0427e8efe9fbbc12c6824a005b8ae0dc2f268 /.codecov.yml
parent19f94ac5f9d08b958602ab07848a5c22d183b027 (diff)
Add codecov
Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 00000000000..c974c0998cd
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,11 @@
+codecov:
+ branch: master
+
+coverage:
+ precision: 2
+ round: down
+ range: "70...100"
+
+comment:
+ layout: "header, diff, changes, sunburst, uncovered, tree"
+ behavior: default