We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1710b8 commit db6041cCopy full SHA for db6041c
.travis.yml
@@ -4,4 +4,4 @@ node_js:
4
- "8"
5
- "10"
6
script: "npm run cov"
7
-after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
+after_script: "npm install codecov && codecov"
0 commit comments