From 0035e970dde348e8a0e1691effe2e868d90d2ec8 Mon Sep 17 00:00:00 2001 From: magestack Date: Mon, 15 May 2023 12:45:52 +0800 Subject: [PATCH] Update .codecov.yml (#1276) --- .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/.*"