Skip to content

Commit

Permalink
Limit coverage report to ./lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Aug 24, 2019
1 parent 7ec2ac6 commit 27771d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"npm": ">=3"
},
"scripts": {
"coverage": "jest --collect-coverage",
"coverage": "--collect-coverage --collectCoverageFrom=./lib/**/*",
"docs": "rimraf docs && npx jsdoc -c .jsdoc",
"lint:eslint": "eslint --ignore-path .gitignore .",
"lint:prettier": "prettier --list-different '**/*.{js,json,md,yml}'",
Expand Down

0 comments on commit 27771d8

Please sign in to comment.