From 969028188f7a334c6a8310fd3af1797229024203 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Fri, 17 Nov 2023 02:12:47 +0000 Subject: [PATCH] Only disable patch checking --- .codecov.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 1b86358654..ce29ee4e58 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,5 @@ coverage: - # Disable the codecov status check until we start running it more regularly - # (so the comparisons are useful). status: - project: + project: default + patch: default: false