Skip to content

Commit

Permalink
chore(ci): fix codecov on travis (#897)
Browse files Browse the repository at this point in the history
Apparently, travis hasn't been uploading any coverage data this whole
time. This fixes the command (copied from appveyor).
  • Loading branch information
nfischer committed Nov 6, 2018
1 parent 2b3b781 commit 4bd22e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ script:
- npm run gendocs
- npm run after-travis "Make sure to generate docs!"
after_success:
- codecov
- npm run codecov -- -f coverage/lcov.info

# Gitter
notifications:
Expand Down

0 comments on commit 4bd22e7

Please sign in to comment.