From 6b208e484af8769031ac8a964eacaa22cb2b2d39 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 21 May 2016 16:16:48 +0200 Subject: [PATCH] added codecov.yml --- codecov.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..6c845302 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,21 @@ +codecov: + branch: master + +coverage: + precision: 2 + round: down + range: "70...100" + + notify: + slack: + default: + attachments: "sunburst, diff" + + status: + project: + default: + target: auto + +comment: + layout: "header, diff, changes, sunburst, uncovered" + behavior: default