Skip to content

Commit d28685e

Browse files
committed
Add coveralls support
1 parent ee01fc5 commit d28685e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ node_js:
44
- "5"
55
script:
66
- npm run lint
7-
- npm test
7+
- npm test
8+
# Send coverage data to Coveralls
9+
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"babel-plugin-transform-object-assign": "^6.3.13",
4444
"babel-preset-es2015": "^6.3.13",
4545
"babel-preset-react": "^6.3.13",
46+
"coveralls": "^2.11.6",
4647
"eslint": "^1.10.3",
4748
"eslint-plugin-react": "3.15.0",
4849
"html-webpack-plugin": "^1.7.0",

0 commit comments

Comments
 (0)