We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901162a commit b137b2bCopy full SHA for b137b2b
.travis.yml
@@ -12,4 +12,5 @@ branches:
12
- /^greenkeeper-.*$/
13
after_success:
14
- npm run coverage
15
+ - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
16
- bash <(curl -s https://codecov.io/bash)
package.json
@@ -48,6 +48,7 @@
48
"chai": "^3.5.0",
49
"child-process-promise": "^2.0.3",
50
"colors": "^1.1.2",
51
+ "coveralls": "^2.11.11",
52
"cross-env": "^2.0.0",
53
"css-loader": "^0.23.1",
54
"express": "^4.14.0",
0 commit comments