From 6523413bb1ffe0fd73c86447bcf014a729fe3b5a Mon Sep 17 00:00:00 2001 From: okJiang <819421878@qq.com> Date: Tue, 22 Oct 2024 11:44:48 +0800 Subject: [PATCH 1/3] ignore path Signed-off-by: okJiang <819421878@qq.com> --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 936eb3bbb11..1bbe524e907 100644 --- a/codecov.yml +++ b/codecov.yml @@ -24,3 +24,7 @@ flag_management: target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning. - type: patch target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning. + +ignore: + - "tools" + - "tests" \ No newline at end of file From 024ce5716cfdd48ca59ccb33d8ec28b09141f56c Mon Sep 17 00:00:00 2001 From: okJiang <819421878@qq.com> Date: Tue, 22 Oct 2024 11:46:20 +0800 Subject: [PATCH 2/3] fix Signed-off-by: okJiang <819421878@qq.com> --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 1bbe524e907..c2c7ea85179 100644 --- a/codecov.yml +++ b/codecov.yml @@ -27,4 +27,5 @@ flag_management: ignore: - "tools" - - "tests" \ No newline at end of file + - "tests" + \ No newline at end of file From dbc29412d7594e9f1cf3d3e3bc27adcbed96b131 Mon Sep 17 00:00:00 2001 From: okJiang <819421878@qq.com> Date: Wed, 23 Oct 2024 11:05:21 +0800 Subject: [PATCH 3/3] fix comment Signed-off-by: okJiang <819421878@qq.com> --- codecov.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index c2c7ea85179..5bdde43be5c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -26,6 +26,15 @@ flag_management: target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning. ignore: - - "tools" + - "tools/pd-analysis" + - "tools/pd-api-bench" + - "tools/pd-backup" + - "tools/pd-heartbeat-bench" + - "tools/pd-recover" + - "tools/pd-simulator" + - "tools/pd-tso-bench" + - "tools/pd-ut" + - "tools/regions-dump" + - "tools/stores-dump" - "tests" \ No newline at end of file