From 514f3920d3aa748822a5d7d2b13dae14b9a2b40b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <freemo@gmail.com> Date: Sat, 17 Dec 2016 02:25:47 -0500 Subject: [PATCH] ci(codecov): Adding some codecov configuration. --- codecov.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..fa8b3aa4 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,31 @@ +codecov: + notify: + require_ci_to_pass: true +comment: + behavior: default + layout: header, diff + require_changes: false +coverage: + precision: 2 + range: + - 0.0 + - 70.0 + round: down + status: + changes: false + patch: true + project: true + notify: + gitter: + default: + url: "https://webhooks.gitter.im/e/361b21c7d531bd2e122c" + threshold: 1% +parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false + javascript: + enable_partials: false -- GitLab