From 78d624798015634b32d3ce69e1d6147e7b55040f Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Tue, 15 Sep 2026 10:50:03 +0800 Subject: [PATCH] test: update c8 exclude list --- .c8rc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index 8d0dd9fa3..37db56f76 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -5,6 +5,12 @@ "**/fixtures", "packages/node-legacy/src/legacy-html/assets", "packages/react/src/html/ui", - "**/*.d.ts" + "**/*.d.ts", + "www/**", + "out/**", + "node/**", + "playwright.config.js", + "**/doc-kit.config.mjs", + "e2e/**" ] }