From cc7a6a93929c48d0d2eae04d17c7ad9aeb51ee9e Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sun, 27 Nov 2016 11:42:43 -0500 Subject: [PATCH] Update codecov.yml --- codecov.yml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..fbd5fca --- /dev/null +++ b/codecov.yml @@ -0,0 +1,71 @@ +codecov: + branch: master + bot: null + +coverage: + precision: 2 + round: down + range: "70...100" + + notify: + slack: + default: + url: null + threshold: null + branches: null + attachments: "sunburst, diff" + + hipchat: + default: + url: null + notify: no + threshold: null + branches: null + card: yes + only_pulls: null + message: null + + gitter: + default: + url: null + threshold: null + branches: null + message: null + + webhook: + default: + url: null + threshold: null + branches: null + only_pulls: null + + irc: + default: + server: null + channel: null + branches: null + threshold: null + message: null + + status: + project: + default: + target: auto + threshold: null + branches: null + + patch: + default: + target: auto + branches: null + + changes: + default: + branches: null + + ignore: null + +comment: + layout: "header, diff, changes, sunburst, uncovered, tree" + branches: null + behavior: default