From 39b63de7f9ecaa59180e7eb3a869455f2b5065f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=A7=B0=20Ma=20Chen?= Date: Thu, 3 Nov 2022 21:20:30 +0800 Subject: [PATCH] Update .codecov.yml --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 74099668..3fb1da55 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -23,6 +23,12 @@ coverage: # 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% ignore: - "hippo4j-example/.*" - "docs/.*"