From 5ca0d3dac25af6bfa06e50fbd55d40a1649c30e1 Mon Sep 17 00:00:00 2001 From: Tarrence van As Date: Thu, 22 Feb 2024 17:10:31 -0500 Subject: [PATCH] fix(ci): don't report codecov on main (#1575) --- .codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index b3e2e80358..998f4735c0 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -10,9 +10,9 @@ coverage: status: patch: default: - target: auto # target coverage percentage for the diff - threshold: 2.5% + target: auto + only_pulls: true project: default: - target: auto # the required coverage value - threshold: 2.5% # the leniency in hitting the target + target: auto + only_pulls: true