Skip to content

Commit

Permalink
Added coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Aug 6, 2017
1 parent f3c6229 commit 5069e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "TZ=Asia/Taipei node scripts/test.js --env=jsdom",
"coverage": "yarn run test -- --coverage"
"coverage": "yarn run test -- --coverage",
"coveralls": "NODE_ENV=development cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 5069e13

Please sign in to comment.