From 34818577b84c587f30694c9804437b0987b2013d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 10 Feb 2017 14:24:16 -0800 Subject: [PATCH] Add a codecov configuration file --- .codecov.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000000..8650448c3e0 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,26 @@ +codecov: + notify: + require_ci_to_pass: true +comment: + behavior: new + layout: header, diff + require_changes: false +coverage: + precision: 2 + range: + - 70.0 + - 100.0 + round: down + status: + changes: false + patch: true + project: true +parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false + javascript: + enable_partials: false