Skip to content

Commit

Permalink
test: collectCoverageFrom only rules files
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed May 5, 2024
1 parent c8fff8b commit 5914627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"statements": 100
}
},
"collectCoverageFrom": [
"rules/*.js",
"rules/*/*.js",
"!rules/lib/eslint-compat.js"
],
"testPathIgnorePatterns": [
"__tests__/rule-tester.js"
],
Expand Down

0 comments on commit 5914627

Please sign in to comment.