From 9fd0e06c058c245538f4c3c97097fb133d478b72 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 11 Jun 2023 21:16:51 -0700 Subject: [PATCH] Make patch coverage task informational. Not reasonable to require all PRs to avoid regressing coverage yet... --- codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index 474e8699..ea2cdd76 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -2,7 +2,7 @@ coverage: status: patch: default: - informational: false + informational: true project: default: informational: true