Skip to content

Conversation

RyanJWard
Copy link
Contributor

@RyanJWard RyanJWard commented Jun 18, 2025

Description

With the latest 26.1 Linux service prepare logo tools should be fixed

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@github-actions github-actions bot added testing Anything related to tests enhancement New features or code improvements labels Jun 18, 2025
@RyanJWard RyanJWard changed the title Feat: allow logos Linux 26 1 feat: allow logos Linux 26 1 Jun 18, 2025
@RyanJWard RyanJWard self-assigned this Jun 18, 2025
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.29%. Comparing base (a7a2265) to head (d0b1fc3).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RyanJWard RyanJWard requested a review from jonahrb July 2, 2025 14:24
@RyanJWard RyanJWard marked this pull request as ready for review July 2, 2025 14:26
@RyanJWard RyanJWard requested a review from a team as a code owner July 2, 2025 14:26
@RyanJWard RyanJWard merged commit faa5c93 into main Jul 2, 2025
45 checks passed
@RyanJWard RyanJWard deleted the feat/allow_logos_linux_26_1 branch July 2, 2025 17:56
Copy link
Member

@RobPasMue RobPasMue left a 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!

Comment on lines +139 to 143
# 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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements testing Anything related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants