Skip to content

Commit

Permalink
Exclude dist/ from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
LikaKavkasidze committed Sep 26, 2020
1 parent 496d8f6 commit cbed36c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,16 @@
"testPathIgnorePatterns": [
"/node_modules/"
],
"collectCoverage": true
"collectCoverage": true,
"collectCoverageFrom": [
"packages/**/src/*.js",
"packages/zmarkdown/plugins/*.js",
"packages/zmarkdown/postprocessors/*.js",
"packages/zmarkdown/renderers/*.js",
"packages/zmarkdown/utils/*.js",
"packages/zmarkdown/*.js",
"!**/*.config.js"
]
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down

0 comments on commit cbed36c

Please sign in to comment.