From 79e7f08c23c4d4b6f394afe79a4c1c9f53bb81ca Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 4 Mar 2022 08:58:38 +0100 Subject: [PATCH] remove local codecov config file --- codecov.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 23e4f45..0000000 --- a/codecov.yml +++ /dev/null @@ -1,21 +0,0 @@ -codecov: - require_ci_to_pass: true -coverage: - status: - project: - default: - target: auto - threshold: 5% - branches: - - main - if_ci_failed: error - informational: false - only_pulls: false - patch: - default: - target: auto - threshold: 5% - branches: - - main - if_ci_failed: error - only_pulls: false