Skip to content

Commit

Permalink
chore: add codecov (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored and haoxin committed Jun 1, 2018
1 parent c1710b8 commit db6041c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_js:
- "8"
- "10"
script: "npm run cov"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
after_script: "npm install codecov && codecov"

0 comments on commit db6041c

Please sign in to comment.