Skip to content

Commit 4bd22e7

Browse files
authored
chore(ci): fix codecov on travis (#897)
Apparently, travis hasn't been uploading any coverage data this whole time. This fixes the command (copied from appveyor).
1 parent 2b3b781 commit 4bd22e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
- npm run gendocs
2929
- npm run after-travis "Make sure to generate docs!"
3030
after_success:
31-
- codecov
31+
- npm run codecov -- -f coverage/lcov.info
3232

3333
# Gitter
3434
notifications:

0 commit comments

Comments
 (0)