Skip to content

Commit

Permalink
fix scripts coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
manassornt committed Jan 25, 2018
1 parent c07ef43 commit 7c8773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint --ignore-path .gitignore lib test",
"test": "mocha -R spec --recursive test",
"codecoverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive test/lib/bricks/businesslogics",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && codecov",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && codecov",
"all": "npm run lint && npm run codecoverage",
"gitlab-ci": "npm run all",
"docs": "jsdoc2md \"lib/**/*.js\" > DOCUMENTATION.md && jsdoc --readme README.md lib -r -d docs"
Expand Down

0 comments on commit 7c8773c

Please sign in to comment.