-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
fix semver not fully covered #1548
Conversation
0972ba2
to
877fcd6
Compare
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 Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@ ## master #1548 +/- ## ========================================== + Coverage 97.33% 98.26% +0.92% ========================================== Files 42 58 +16 Lines 2104 2711 +607 ========================================== + Hits 2048 2664 +616 + Misses 56 47 -9
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:
|
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 feel they probably should be this instead?
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.
One thing to note is that Python does not use semver. It exists before semver
...l sites of get_version
Original "push" stage has been deprecated since pre-commit v3.2.0. See pre-commit/pre-commit#2732 and pre-commit/pre-commit#2808 for detailed information.
...ig function for readability
69db5b4
to
b313847
Compare
Original "push" stage has been deprecated since pre-commit v3.2.0. See pre-commit/pre-commit#2732 and pre-commit/pre-commit#2808 for detailed information.
...rk unused for get_smart_tag_range
I will update this PR this week when I have bandwidth
da46193
to
3081fff
Compare
c700d66
to
8b969db
Compare
Maybe we can adjust the workflow. Several PRs got closed just because the target branch is deleted
Yep, this was a temporary workflow. we usually don't receive this many PR and don't review this fast. Maybe worth rethink it to make a rc to avoid what we encountered yesterday as well
Uh oh!
There was an error while loading. Please reload this page.
Description
Related issue: #950
Checklist