From a9bdf27d5854404a94096bc7002a5d4f9ee440b1 Mon Sep 17 00:00:00 2001 From: ShenyiCui Date: Sun, 23 Oct 2022 05:04:42 +0800 Subject: [PATCH] Test: lower threshold for project to 75 --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 4fe70c29979..f82328cfc44 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,7 @@ coverage: default: target: auto threshold: 50% + project: + default: + target: auto + threshold: 75%