-
Notifications
You must be signed in to change notification settings - Fork 283
Change Version numbers to strings #418
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #418 +/- ##
==========================================
+ Coverage 93.72% 94.68% +0.95%
==========================================
Files 20 20
Lines 2311 2351 +40
Branches 404 407 +3
==========================================
+ Hits 2166 2226 +60
+ Misses 77 56 -21
- Partials 68 69 +1
Continue to review full report at Codecov.
|
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.
Fantastic, thanks! For completeness sake, could you also add your name or alias to the AUTHORS file?
@latk I'm wondering about the coverage report. There are files listed which are not changed in this PR (Last update 73e8776...2645888.). Commit 73e8776 is #405 which is 8 days old. |
@Spacetown Yeah, Codecov produces really weird/misleading summaries. Apparently it doesn't compare coverage state with the master branch but with the parent commit. The first commit of this PR is 4cf2b91, the parent of which is indeed 73e8776. |
@latk Ok. I thought this is because I did something wrong when switching to GitHub. |
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.
LGFM
Quick fix, tests should be clean