From 5b08e3564c470cf480d114cc39eecb407f805348 Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Tue, 14 May 2024 07:39:39 -0300 Subject: [PATCH] ci(coverage): disable Codecov patch --- 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%