From 85aeb5b7de3e8de87d31586ea267fa7b36ce11d9 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:58:54 +0100 Subject: [PATCH] chore(ci): adjust codecov config (#4234) --- codecov.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 920fd382283f..620228c31857 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,10 +2,9 @@ coverage: status: project: default: - target: 70% - threshold: 5% + target: 65% + threshold: 10% only_pulls: true - base: auto ignore: - "test" - "internal"