From 5db3e9c3bf0aecee942b44f9ec8705f9b275b831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=A7=B0?= Date: Fri, 12 May 2023 19:16:27 +0800 Subject: [PATCH] Update .codecov.yml (#1257) * Split the dev-support directory by functionality * Update .codecov.yml --- .codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 8cb2470c..e40bf54f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -29,3 +29,7 @@ ignore: - "hippo4j-example/.*" - "docs/.*" - "dev-support/.*" + - "hippo4j-ui/.*" + - "hippo4j-ui-new/.*" + - "checkstyle/.*" + - "format/.*"