From e446c5a53dbe9963e8047a3e9ca443fa6a7e64eb Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:27:25 +0100 Subject: [PATCH] fix: codecov (#2879) --- codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 6cff703b7547..920fd382283f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,10 @@ coverage: status: project: default: - threshold: 1% + target: 70% + threshold: 5% + only_pulls: true + base: auto ignore: - "test" - "internal"