From d07f1004526b968dbe442c8b8edbe6c8cfe6f8cc Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Wed, 5 May 2021 17:37:23 +0000 Subject: [PATCH] Update codecov.yml --- codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 6b038dc..5a4ba0d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,7 +5,10 @@ coverage: status: project: default: - # Do not fail PRs if the code coverage drops. + # Do not fail commits if the code coverage drops. target: 0% threshold: 100% base: auto + patch: + default: + only_pulls: true