From 4ee6de2c84d51957cee8de04ad0a034114172589 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 4 May 2023 01:09:32 -0700 Subject: [PATCH] Make coverage checks informational. PRs shouldn't be failing because coverage dropped. Not until our tests aren't terrible, anyway. --- codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index 053263d9..d08101fc 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -2,4 +2,4 @@ coverage: status: project: default: - informational: false + informational: true