From 24343e41478e4b367882764049c7729f3b6ab61f Mon Sep 17 00:00:00 2001 From: okJiang <819421878@qq.com> Date: Wed, 23 Oct 2024 17:28:20 +0800 Subject: [PATCH] ci: ignore codecov path (#8734) close tikv/pd#8736 Signed-off-by: okJiang <819421878@qq.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/codecov.yml b/codecov.yml index 936eb3bbb11..5bdde43be5c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -24,3 +24,17 @@ 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/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