Skip to content

Commit

Permalink
fix codecov script
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 8, 2019
1 parent f1449f0 commit fc29001
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 @@ -44,5 +44,5 @@ script:

after_success:
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
- bash <(curl -s https://codecov.io/bash) -F $JOB_PART -X gcov
- bash <(curl -s https://codecov.io/bash) -X gcov
- rm -rf ./coverage

0 comments on commit fc29001

Please sign in to comment.