From c4581afa7be46f5c6c645234acf3ea277924fe95 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sun, 3 Nov 2024 08:30:23 +0100 Subject: [PATCH] chore: remove coverage customization --- codecov.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/codecov.yml b/codecov.yml index be5b52d..06ed2ba 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,19 +1,2 @@ codecov: require_ci_to_pass: false - -coverage: - precision: 1 - round: nearest - range: "0...95" - status: - project: - default: - target: 75% - threshold: 1% - branches: - - master - patch: - default: - target: 60% - threshold: 1% - only_pulls: true