Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
adhywiranata committed Jun 16, 2017
1 parent 6fa859b commit 38224d5
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 @@ -7,7 +7,7 @@
"scripts": {
"test": "./node_modules/.bin/jest src --runInBand --verbose",
"coverage": "./node_modules/.bin/jest src --coverage",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"coveralls": "./node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": ".node_modules/.bin/webpack"
},
"dependencies": {
Expand All @@ -22,6 +22,7 @@
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"coveralls": "^2.13.1",
"enzyme": "^2.8.2",
"eslint": "^3.0.0",
"eslint-config-airbnb": "^15.0.1",
Expand Down

0 comments on commit 38224d5

Please sign in to comment.