Skip to content

Commit 17fa184

Browse files
committed
fix(ci): exclude testE2E/ from coverage analysis
1 parent bd36d2b commit 17fa184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nycrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"all": true,
33
"include": ["src/**", "dist/src/**"],
4-
"exclude": ["test/**", "integrationTest/**", "testFixtures/**"]
4+
"exclude": ["test/**", "testE2E/**", "testLint/**", "integrationTest/**", "testFixtures/**"]
55
}

0 commit comments

Comments
 (0)