Skip to content

Commit

Permalink
excluded from tests coverage forlder
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed May 28, 2019
1 parent 8f6753a commit 2bc9723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"exclude": [
"tests/",
"coverage/",
".eslintrc.js"
],
"cache": true,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "export TEST_ENV=true; mocha --exit -R nyan --recursive tests/",
"watch-test": "export TEST_ENV=true; mocha --exit -R nyan -w --recursive",
"cover": "istanbul cover _mocha tests/",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"coverage": "nyc npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2bc9723

Please sign in to comment.