Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork295
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0972ba2
to877fcd6
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"), |
bearomorphismJun 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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
toda46193
Comparecodecovbot commentedJun 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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:
|
Uh oh!
There was an error while loading.Please reload this page.
Description
Related issue:#950
Checklist