From e73297fa2942758e8315964360114a21072e255c Mon Sep 17 00:00:00 2001 From: skwasjer <11424653+skwasjer@users.noreply.github.com> Date: Sat, 18 Nov 2023 00:32:24 +0100 Subject: [PATCH] chore: remove unused codecov config file --- codecov.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index f2a2be9..0000000 --- a/codecov.yml +++ /dev/null @@ -1,28 +0,0 @@ -codecov: - branch: main - require_ci_to_pass: false - notify: - wait_for_ci: false -comment: - behavior: default - layout: header,tree - require_changes: false -coverage: - precision: 2 - round: down - range: "70...100" - status: - changes: false - patch: false - project: - default: - threshold: 1% -parsers: - gcov: - branch_detection: - conditional: true - loop: true - macro: false - method: false - javascript: - enable_partials: false