-
Notifications
You must be signed in to change notification settings - Fork 52
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: Linear/circular pattern use keyword args (with Kevin's e2e fixes) #5334
base: main
Are you sure you want to change the base?
Conversation
…oes not work since there are errors in the KCL code
…ne state that is flaky, added toast if someone presses the command bar too quickly
…CAD/modeling-app into nadro/adhoc/ubuntu-e2e-local-fixes
…attern-with-kevin-merge
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 ↗︎
|
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5334 +/- ##
==========================================
- Coverage 86.04% 85.82% -0.23%
==========================================
Files 92 94 +2
Lines 33261 33595 +334
==========================================
+ Hits 28620 28833 +213
- Misses 4641 4762 +121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Breaking line(endAbsolute) onto multiple lines changed a bunch of tests
|
Combination of #5315 and #5269