Skip to content

Commit

Permalink
fix: exclude docs from nyc dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Dec 22, 2023
1 parent ae3c1f9 commit c32bddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"exclude": ["coverage/**", "styles/**", "templates/**", "dist/**"],
"exclude": ["coverage/**", "styles/**", "templates/**", "dist/**", "docs/**"],
"reporter": ["lcov", "text-summary"]
}

0 comments on commit c32bddd

Please sign in to comment.