Skip to content

Commit b137b2b

Browse files
author
Jonatan Salas
committed
Adding coverralls to travis and package.json
1 parent 901162a commit b137b2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ branches:
1212
- /^greenkeeper-.*$/
1313
after_success:
1414
- npm run coverage
15+
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
1516
- bash <(curl -s https://codecov.io/bash)

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"chai": "^3.5.0",
4949
"child-process-promise": "^2.0.3",
5050
"colors": "^1.1.2",
51+
"coveralls": "^2.11.11",
5152
"cross-env": "^2.0.0",
5253
"css-loader": "^0.23.1",
5354
"express": "^4.14.0",

0 commit comments

Comments
 (0)