From 165dbe008a24d6cd165b7cdbcbdda880c67d5f9a Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 25 Jun 2025 22:32:27 -0400 Subject: [PATCH] chore(cov): disable patch coverage --- codecov.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/codecov.yml b/codecov.yml index 9c52ddfb..bcf72785 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,12 +1,7 @@ coverage: # https://docs.codecov.com/docs/commit-status status: - patch: - default: - # TODO(@avivkeller): Once our coverage > 80%, - # remove this, since we can easily rely on - # project coverage to cover patches as well - target: 80% + patch: false project: default: # TODO(@avivkeller): Once our coverage > 70%,