Skip to content

Commit dee9382

Browse files
author
Jeff
committed
take coveralls for a spin
1 parent 70770a0 commit dee9382

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- node
44
script:
5-
- yarn test && codecov
5+
- yarn test | coveralls

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"babel-core": "7.0.0-bridge.0",
2323
"babel-jest": "^23.0.1",
2424
"codecov": "^3.0.4",
25+
"coveralls": "^3.0.2",
2526
"fuse.js": "^3.2.1",
2627
"gh-pages": "^0.11.0",
2728
"lint-staged": "^7.2.0",
@@ -85,6 +86,7 @@
8586
],
8687
"coverageReporters": [
8788
"html",
89+
"text-lcov",
8890
"text-summary"
8991
]
9092
},

0 commit comments

Comments
 (0)