Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bd22e7

Browse filesBrowse 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
Copy full SHA for 4bd22e7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.travis.yml‎

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.