-
Notifications
You must be signed in to change notification settings - Fork 61
KCL: Migrate hole to kwargs #6382
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
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed Instrumentation Performance ReportMerging #6382 will not alter performanceComparing Summary
|
6180746
to
18d56cc
Compare
I think we decided to rename to subtract2d, right? |
18d56cc
to
64e10d9
Compare
64e10d9
to
3a7723b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6382 +/- ##
=======================================
Coverage 85.17% 85.18%
=======================================
Files 109 109
Lines 47104 47079 -25
=======================================
- Hits 40123 40106 -17
+ Misses 6981 6973 -8
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:
|
2ab086a
to
1f3c87e
Compare
Previously:
|> hole(circle(radius = 2, center = p), %)
Now:
|> subtract2d(tool = circle(radius = 2, center = p))