-
-
Notifications
You must be signed in to change notification settings - Fork 289
WIP fix semver not fully covered #1548
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
base: v4-9-0-test
Are you sure you want to change the base?
WIP fix semver not fully covered #1548
Conversation
0972ba2
to
877fcd6
Compare
(("1.0.0-reallyweird", "PATCH", "reallyweird", 0, None), "1.0.0-reallyweird1"), | ||
(("v0.7.1-release", "PATCH", "release", 0, None), "0.7.1-release1"), | ||
(("v0.0.1-SNAPSHOT", "PATCH", "SNAPSHOT", 0, None), "0.0.1-snapshot1"), |
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.
@Lee-W I'm not entirely sure if these test cases are correct. Could you help to review?
877fcd6
to
da46193
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v4-9-0-test #1548 +/- ##
==============================================
Coverage ? 97.96%
==============================================
Files ? 58
Lines ? 2698
Branches ? 0
==============================================
Hits ? 2643
Misses ? 55
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Related issue: #950
Checklist