From b924c5a0092b9ea2530c0ac056dedc88c19598d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:35:19 -0300 Subject: [PATCH] ci(coverage): disable Codecov patch (#2674) --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 8a62c2de07..369a1c09d3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,7 @@ coverage: default: target: 89% threshold: 2% + patch: + default: + target: 0% + threshold: 100%