From 382afff4619ece0ce445515f0bb3640f68a253c0 Mon Sep 17 00:00:00 2001 From: Jonathan Stacks Date: Wed, 22 Jan 2025 12:53:41 -0800 Subject: [PATCH] chore(ci): Make codecov patch status informational for now as well (#577) --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yml b/codecov.yml index f8e40d0f..f0cfa1ba 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,11 @@ coverage: status: + patch: + default: + # Only run in informational mode for now. We want to track coverage + # without gating PRs on it until we have better mocking and can do + # more thourough testing. + informational: true project: default: # Only run in informational mode for now. We want to track coverage