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 e1bd264 commit ba65ec1Copy full SHA for ba65ec1
.travis.yml
@@ -14,5 +14,6 @@ script:
14
npm run ci
15
16
after_success:
17
- - cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
+ - npm i -g codecov
18
+ - cat ./coverage/coverage.json | codecov
19
- rm -rf ./coverage
0 commit comments