We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6be908 commit 3f4f1ebCopy full SHA for 3f4f1eb
.travis.yml
@@ -12,3 +12,6 @@ notifications:
12
on_failure: change
13
channels:
14
- 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
@@ -48,6 +48,7 @@
48
"chai": "3.0.0",
49
"chai-as-promised": "5.1.0",
50
"chai-subset": "1.0.1",
51
+ "coveralls": "2.11.2",
52
"eslint": "0.24.0",
53
"flow-bin": "0.13.1",
54
"isparta": "3.0.3",
0 commit comments