From 2cfb5956d0c5e8a134b92e32b7324c25db4c8298 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Mon, 15 May 2023 12:38:34 +0800 Subject: [PATCH] Update .codecov.yml --- .codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index e40bf54f..f08462af 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -26,10 +26,10 @@ coverage: default: informational: true ignore: - - "hippo4j-example/.*" + - "examples/.*" - "docs/.*" - - "dev-support/.*" - - "hippo4j-ui/.*" - - "hippo4j-ui-new/.*" + - "tests/.*" - "checkstyle/.*" - "format/.*" + - "threadpool/console-new/.*" + - "threadpool/console/.*"