From d9445e40d1b2f4d01f91d04c8d6a24d9a4942dfd Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Wed, 4 May 2016 22:10:54 +0900 Subject: [PATCH] codecov --- codecov.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..8c15b19 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,23 @@ +codecov: + branch: master + bot: "youknowone" + +coverage: + precision: 2 + round: nearest + range: "10...90" + + notify: + slack: + default: + url: 'https://hooks.slack.com/services/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' + attachment: "sunburst, diff" + + status: + project: true + patch: true + changes: true + +comment: + layout: "header, diff, changes, sunburst, uncovered" + behavior: default