From 6d1f6e9df93e81cedecb3796596aec5bf624cce5 Mon Sep 17 00:00:00 2001 From: michellethomas Date: Mon, 3 Jun 2019 15:26:42 -0700 Subject: [PATCH] Adding codecov targets and thresholds (#7433) * Adding codecov targets and thresholds * Changing diff coverage rules to 1% threshold * Changing codecov threshold to 0 and removing ignore --- .codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..26d3d2472 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + # Commits pushed to master should not make the overall + # project coverage decrease: + target: auto + threshold: 0% + patch: + default: + threshold: 0%