From ee2cc443840c1f3b12cca81987ce2904888c78d0 Mon Sep 17 00:00:00 2001 From: "Emerle, Ryan" Date: Mon, 6 Dec 2021 12:54:46 -0500 Subject: [PATCH] Update code coverage settings to be informational only --- .codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 3f912306d..580be65ec 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,8 +2,9 @@ coverage: status: project: default: - threshold: 0.1 + threshold: 1 + informational: true patch: default: - # minimum coverage at 0, should never fail, but will still report target: 0 + informational: true