We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd36d2b commit 17fa184Copy full SHA for 17fa184
.nycrc.json
@@ -1,5 +1,5 @@
1
{
2
"all": true,
3
"include": ["src/**", "dist/src/**"],
4
- "exclude": ["test/**", "integrationTest/**", "testFixtures/**"]
+ "exclude": ["test/**", "testE2E/**", "testLint/**", "integrationTest/**", "testFixtures/**"]
5
}
0 commit comments