From 44aebd99f850a455ec123968e07b355dcee5733a Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Sun, 31 Oct 2021 17:39:47 +0100 Subject: [PATCH] Exclude more files from code coverage --- .c8rc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.c8rc.json b/.c8rc.json index 985af9759..af0d00eac 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,9 +1,9 @@ { "all": true, "exclude": [ - "{coverage,media,test,test-d,test-tap}/**", - "*.config.js", - "index.d.ts" + "{coverage,examples,media,test,test-d,test-tap,types}/**", + "*.config.cjs", + "*.d.ts" ], "reporter": [ "html",