Add a rect shape with corners having different radii#3991
Add a rect shape with corners having different radii#3991aidinio wants to merge 3 commits intoawesomeWM:masterfrom
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.
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.
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.
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.
Yeah, I had the same feeling. #4043 should fix the coverage!
There was a problem hiding this comment.
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.