From bcac0ac45e9a882e4d5ff0c2915242d3a6dcd3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=A7=B0=20Ma=20Chen?= Date: Fri, 4 Nov 2022 00:52:02 +0800 Subject: [PATCH] Update .codecov.yml --- .codecov.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 3fb1da55..273a5e5f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -20,15 +20,10 @@ coverage: project: default: target: auto - # adjust accordingly based on how flaky your tests are - # this allows a 10% drop from the previous base commit coverage threshold: 10% patch: - default: - target: auto - # adjust accordingly based on how flaky your tests are - # this allows a 10% drop from the previous base commit coverage - threshold: 10% + target: auto + threshold: 10% ignore: - "hippo4j-example/.*" - "docs/.*"