Skip to content

Commit

Permalink
[INTERNAL] Coverage: Exclude jsdoc-plugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Jul 31, 2020
1 parent 47ea009 commit a0ab15a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@
"text-summary"
],
"exclude": [
".eslintrc.js",
"lib/processors/jsdoc/lib/**",
"docs/**",
"jsdocs/**",
"coverage/**",
"test/**",
"lib/processors/jsdoc/lib/**"
".eslintrc.js",
"jsdoc-plugin.js"
],
"check-coverage": true,
"statements": 85,
Expand Down

0 comments on commit a0ab15a

Please sign in to comment.