From 967f455ec7299eebbb5b24289e993d73afff7950 Mon Sep 17 00:00:00 2001 From: Rob Skillington Date: Thu, 18 Jun 2020 17:04:59 -0400 Subject: [PATCH] [build] Only fail codecov checks if drop in coverage of 5% (#2421) --- .codecov.yml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index de9ebbf9b1..31dadc9239 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,31 +5,57 @@ coverage: status: project: - default: on + default: + target: auto + threshold: 5% x: + target: auto + threshold: 5% flags: x cluster: + target: auto + threshold: 5% flags: cluster msg: + target: auto + threshold: 5% flags: msg metrics: + target: auto + threshold: 5% flags: metrics aggregator: + target: auto + threshold: 5% flags: aggregator collector: + target: auto + threshold: 5% flags: collector query: + target: auto + threshold: 5% flags: query dbnode: + target: auto + threshold: 5% flags: dbnode m3ninx: + target: auto + threshold: 5% flags: m3ninx m3nsch: + target: auto + threshold: 5% flags: m3nsch m3em: + target: auto + threshold: 5% flags: m3em patch: - default: on + default: + target: auto + threshold: 5% changes: default: off