From 697dd8d3abde84cdf03e225fe6c30f316180156d Mon Sep 17 00:00:00 2001 From: D-Sketon <2055272094@qq.com> Date: Sun, 21 Apr 2024 20:59:46 +0800 Subject: [PATCH] test(coverage): ignore build_highlight_alias Signed-off-by: D-Sketon <2055272094@qq.com> --- .c8rc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index 1332352..6a9a685 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,3 +1,5 @@ { - "all": "true" + "include": [ + "lib/**/*.ts" + ] }