-
Notifications
You must be signed in to change notification settings - Fork 20
feat: allow logos Linux 26 1 #2048
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
…s/pyansys-geometry into feat/allow_logos_linux_26_1
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2048 +/- ##
==========================================
- Coverage 92.72% 92.29% -0.43%
==========================================
Files 137 137
Lines 9909 9909
==========================================
- Hits 9188 9146 -42
- Misses 721 763 +42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thanks for this fix!
# Skip the rest of the test if running on a Linux service backend | ||
if BackendType.is_linux_service(modeler.client.backend_type): | ||
return | ||
assert success is True | ||
assert len(body.faces) == 42 |
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.
Why had the rest to be skipped?
Description
With the latest 26.1 Linux service prepare logo tools should be fixed
Checklist
feat: extrude circle to cylinder
)