-
Notifications
You must be signed in to change notification settings - Fork 625
Add a rect shape with corners having different radii #3991
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: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3991 +/- ##
==========================================
- Coverage 90.41% 90.40% -0.01%
==========================================
Files 938 939 +1
Lines 60232 60260 +28
Branches 1139 1139
==========================================
+ Hits 54457 54478 +21
- Misses 5269 5276 +7
Partials 506 506
🚀 New features to boost your workflow:
|
|
I'm not sure why the test failed. |
Codecov fails because none of your lines are covered by tests and you end up below the target. That's another thing documentation examples are used for: they also feed into the testing framework. |
Thanks for the help. I also added tests. |
|
@Aire-One Hi! Aren't there any other reviewers to approve my PR? |
|
Hi @aidinio, sadly most other maintainers are AWOL for some time now... Let's try to ping @awesomeWM/write-access |
actionless
left a comment
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.
but coverage is not enough: #3991 (comment)
I've already added tests which resolve the coverage issue. |
actionless
left a comment
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.
yeah, codecov stuck on previous commit: https://app.codecov.io/gh/awesomeWM/awesome/pull/3991/commits
Can I somehow restart the codecov check? It's stuck on "Waiting for status to be reported". |
|
no, as CI currently broken: #3994 |
|
now it's finally fixed, so you could rebase 👌😸 |
Thanks! |
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
|
|
||
| --- A rounded rect with individually defined corner radii. | ||
| -- | ||
| -- @DOC_gears_shape_individually_rounded_rect_EXAMPLE@ |
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 seems example is not being imported correctly: https://app.codecov.io/github/awesomeWM/awesome/commit/007e444a525ff9a90b015341a9ea0fe216ae5dd4
can you see it in generated docs?
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.
Yeah, I had the same feeling. #4043 should fix the coverage!
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.
thanks @Aire-One ! now the coverage report shows it correctly which more tests @aidinio would need to add
Added a shape that can have a different radius on each corner.