From 6e9900e70b3b60058e76b15528a4a63a0255dcf4 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat <ariya@metabase.com> Date: Wed, 18 Aug 2021 09:22:51 -0700 Subject: [PATCH] codecov config: disable patch checking (#17502) codecov patch calculation is incorrect. Thus, let's rely only on the whole-project calculation and threshold (which is working fine). --- codecov.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/codecov.yml b/codecov.yml index f8d5dbb7e2d..aa4def51848 100644 --- a/codecov.yml +++ b/codecov.yml @@ -19,17 +19,7 @@ coverage: flags: - front-end - patch: - back-end: - # Changes must have at least 75% test coverage (by line) - target: 75% - flags: - - back-end - - front-end: - target: 35% - flags: - - front-end + patch: off flags: back-end: -- GitLab