From cde6fcd149db24aa0f1204e00658256c47ee8dca Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 20 Jan 2021 14:24:38 -0500 Subject: [PATCH] Comment out the "goal" It's confusing to have an always-failure status. We can uncomment this once we get our code coverage to >= 95%. --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index a480f1c..17e2220 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,7 +3,7 @@ coverage: project: default: target: auto - goal: - target: "95%" + # minimum: + # target: "95%" minimum: target: "35%"