-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add codecov #514
ci: add codecov #514
Conversation
.travis.yml
Outdated
@@ -4,6 +4,7 @@ go: | |||
- 1.7.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should drop 1.7.x right now and drop 1.8.x when 1.10 is released
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not clear that supporting this far back incurs much cost
Hm, oddly hitting an infinite recursion issue when trying to run coverage. |
I think we should remove the 1.10 beta from the test matrix. I'm sure we aren't the only people hitting that and we don't have release notes on how to fix this yet |
I wanted/needed it for coverage output consolidation. (-coverpkg=all) |
Codecov Report
@@ Coverage Diff @@
## master #514 +/- ##
=========================================
Coverage ? 60.17%
=========================================
Files ? 28
Lines ? 2669
Branches ? 0
=========================================
Hits ? 1606
Misses ? 905
Partials ? 158 Continue to review full report at Codecov.
|
Fixes #513