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 fa3a1b8 commit ff6a903
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 ff6a903

Please sign in to comment.