Skip to content

Commit

Permalink
chore: exclude dist files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Sep 29, 2024
1 parent dc10f05 commit 44b3a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"reporter": ["lcov"],
"include": ["packages/**/*.ts"],
"exclude": ["**/*.test.ts"]
"exclude": ["**/*.test.ts", "packages/*/dist"]
}

0 comments on commit 44b3a6b

Please sign in to comment.