Skip to content

feat: blitz (2nd round)#1853

Merged
RobPasMue merged 21 commits into
mainfrom
blitz
Mar 21, 2025
Merged

feat: blitz (2nd round)#1853
RobPasMue merged 21 commits into
mainfrom
blitz

Conversation

@RobPasMue

@RobPasMue RobPasMue commented Mar 20, 2025

Copy link
Copy Markdown
Member

Description

Pull request merging all the developments performed during the second blitz of the year. Full review of all addressed changes required.

Tasks

  • Revert CI/CD file changes - the original one should prevail
  • Verify proper usage of version decorators and backwards-compatible changes
  • Ensure proper testing is in place for all API
  • Ensure docstrings are properly documented
  • Submit cleanup PR (PENDING)

Issue linked

None

RobPasMue and others added 14 commits March 12, 2025 14:18
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Umut Soysal <97195410+umutsoysalansys@users.noreply.github.com>
Co-authored-by: Jacob Kerstetter <jacob.kerstetter@ansys.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Umut Soysal <97195410+umutsoysalansys@users.noreply.github.com>
Co-authored-by: Jacob Kerstetter <jacob.kerstetter@ansys.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Umut Soysal <97195410+umutsoysalansys@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Umut Soysal <97195410+umutsoysalansys@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Jacob Kerstetter <jacob.kerstetter@ansys.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…#1850)

Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: PyAnsys CI Bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@RobPasMue RobPasMue self-assigned this Mar 20, 2025
@codecov

codecov Bot commented Mar 20, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 77.18750% with 73 lines in your changes missing coverage. Please review.

Project coverage is 89.96%. Comparing base (8bb7af7) to head (d874b97).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/ansys/geometry/core/designer/body.py 30.00% 21 Missing ⚠️
src/ansys/geometry/core/designer/beam.py 81.25% 18 Missing ⚠️
src/ansys/geometry/core/misc/options.py 60.00% 10 Missing ⚠️
src/ansys/geometry/core/modeler.py 73.33% 8 Missing ⚠️
src/ansys/geometry/core/designer/design.py 71.42% 6 Missing ⚠️
src/ansys/geometry/core/tools/prepare_tools.py 78.57% 3 Missing ⚠️
src/ansys/geometry/core/designer/face.py 60.00% 2 Missing ⚠️
src/ansys/geometry/core/connection/launcher.py 50.00% 1 Missing ⚠️
src/ansys/geometry/core/designer/component.py 97.22% 1 Missing ⚠️
src/ansys/geometry/core/math/matrix.py 94.73% 1 Missing ⚠️
... and 2 more

❌ Your project status has failed because the head coverage (89.96%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1853      +/-   ##
==========================================
+ Coverage   88.55%   89.96%   +1.40%     
==========================================
  Files          92       92              
  Lines        8575     8847     +272     
==========================================
+ Hits         7594     7959     +365     
+ Misses        981      888      -93     

☔ 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.

@github-actions github-actions Bot added the testing Anything related to tests label Mar 20, 2025
pyansys-ci-bot and others added 2 commits March 20, 2025 13:45
Co-authored-by: Jacob Kerstetter <jacob.kerstetter@ansys.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
@RobPasMue RobPasMue added the enhancement New features or code improvements label Mar 20, 2025

@RobPasMue RobPasMue left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review on my side... opening a PR to fix the identified issues

Comment thread src/ansys/geometry/core/designer/beam.py
Comment thread src/ansys/geometry/core/designer/beam.py
Comment thread src/ansys/geometry/core/designer/component.py Outdated
Comment thread src/ansys/geometry/core/designer/component.py Outdated
Comment thread src/ansys/geometry/core/designer/component.py Outdated
Comment thread src/ansys/geometry/core/misc/auxiliary.py
Comment thread src/ansys/geometry/core/designer/design.py Outdated
Comment thread src/ansys/geometry/core/modeler.py Outdated
Comment thread src/ansys/geometry/core/modeler.py Outdated
Comment thread tests/integration/test_runscript.py
@RobPasMue

Copy link
Copy Markdown
Member Author

Waiting for reviews on @jonahrb and @b-matteo before opening another PR that would fix the various issues identified.

b-matteo
b-matteo previously approved these changes Mar 21, 2025
@RobPasMue RobPasMue mentioned this pull request Mar 21, 2025
9 tasks
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
@RobPasMue RobPasMue marked this pull request as ready for review March 21, 2025 10:58
@RobPasMue RobPasMue requested a review from a team as a code owner March 21, 2025 10:58
@RobPasMue RobPasMue enabled auto-merge (squash) March 21, 2025 10:58
@RobPasMue RobPasMue disabled auto-merge March 21, 2025 11:52
@RobPasMue RobPasMue merged commit bd3b65d into main Mar 21, 2025
@RobPasMue RobPasMue deleted the blitz branch March 21, 2025 11:52
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.

8 participants