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 70770a0 commit dee9382Copy full SHA for dee9382
.travis.yml
@@ -2,4 +2,4 @@ language: node_js
2
node_js:
3
- node
4
script:
5
- - yarn test && codecov
+ - yarn test | coveralls
package.json
@@ -22,6 +22,7 @@
22
"babel-core": "7.0.0-bridge.0",
23
"babel-jest": "^23.0.1",
24
"codecov": "^3.0.4",
25
+ "coveralls": "^3.0.2",
26
"fuse.js": "^3.2.1",
27
"gh-pages": "^0.11.0",
28
"lint-staged": "^7.2.0",
@@ -85,6 +86,7 @@
85
86
],
87
"coverageReporters": [
88
"html",
89
+ "text-lcov",
90
"text-summary"
91
]
92
},
0 commit comments