Skip to content

Commit 3f4f1eb

Browse files
committed
coveralls
1 parent c6be908 commit 3f4f1eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ notifications:
1212
on_failure: change
1313
channels:
1414
- chat.freenode.net#graphql
15+
16+
after_success:
17+
- "babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha --report lcovonly -- $npm_package_options_mocha && 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
@@ -48,6 +48,7 @@
4848
"chai": "3.0.0",
4949
"chai-as-promised": "5.1.0",
5050
"chai-subset": "1.0.1",
51+
"coveralls": "2.11.2",
5152
"eslint": "0.24.0",
5253
"flow-bin": "0.13.1",
5354
"isparta": "3.0.3",

0 commit comments

Comments
 (0)