Skip to content

Commit b13b777

Browse files
scagoodaladdin-add
authored andcommitted
test: collectCoverageFrom only rules files
1 parent 534ad1d commit b13b777

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"statements": 100
5757
}
5858
},
59+
"collectCoverageFrom": [
60+
"rules/*.js",
61+
"rules/*/*.js",
62+
"!rules/lib/eslint-compat.js"
63+
],
5964
"testPathIgnorePatterns": [
6065
"__tests__/rule-tester.js"
6166
],

0 commit comments

Comments
 (0)