From 5904345e4cce66104283803e1bfb94204056ebe8 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 3 Jan 2018 22:48:39 +0800 Subject: [PATCH] Increase codecov target requirement to 50% (from 40%) (#1344) It looks like our code coverage is above 50% now. Let's make it a requirement to prevent it from regress. Signed-off-by: Yong Tang --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index f91e5c1fe..167f5636c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 40% + target: 50% threshold: null patch: false changes: false