-
Notifications
You must be signed in to change notification settings - Fork 47
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 tanArcTo #3318
Fix tanArcTo #3318
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 ↗︎
|
|
||
*to | ||
args.batch_modeling_cmd(id, tan_arc_to(&sketch_group, &to)).await?; | ||
// TODO: Figure out these calculations. |
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.
We didn't fix the tangentialArc
function for this case, because we think it should be removed. See #3319
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3318 +/- ##
==========================================
+ Coverage 87.63% 87.84% +0.21%
==========================================
Files 66 66
Lines 25369 25399 +30
==========================================
+ Hits 22231 22313 +82
+ Misses 3138 3086 -52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@JordanNoone discovered a bug in KCL's
tangentialArcTo
stdlib function. We fixed it together.While fixing this, we discovered the tangentialArc API is kinda weird, and filed #3319 for it.