-
Notifications
You must be signed in to change notification settings - Fork 56
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
KCL: (x/y)Line(To) is now kwargs #5486
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5486 +/- ##
==========================================
+ Coverage 86.26% 86.28% +0.02%
==========================================
Files 95 95
Lines 35901 35925 +24
==========================================
+ Hits 30970 30998 +28
+ Misses 4931 4927 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f3284bf
to
8a140f4
Compare
8a140f4
to
6207270
Compare
3698be4
to
7a9fc62
Compare
|
7a9fc62
to
b509c86
Compare
299021b
to
32dcda3
Compare
Cases where the application/library code was correct, but the test code was wrong.
…t to a tooltip if so
Combination of two issues: - Test was wrong - Library code for removing constraints from sketch lines was wrong, was not properly recognizing when kw calls were absolute or relative because they only considered the function name, not its parameters (and parameters like 'length' or 'endAbsolute' determine if a call is actually relative/absolute, not just the function name)
8225bad
to
3e08a4f
Compare
No description provided.