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",