diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-28 16:45:02 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-09-28 21:08:17 +0200 |
commit | b85b6abda86b3dc238bcba9475ef73f142dc075b (patch) | |
tree | 99e0427e8efe9fbbc12c6824a005b8ae0dc2f268 /.codecov.yml | |
parent | 19f94ac5f9d08b958602ab07848a5c22d183b027 (diff) | |
download | nextcloud-server-b85b6abda86b3dc238bcba9475ef73f142dc075b.tar.gz nextcloud-server-b85b6abda86b3dc238bcba9475ef73f142dc075b.zip |
Add codecov
Allows coverage tracking using codecov
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 11 |
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 |