ansys / pyacp

Python Client for Ansys Composite PrepPost
https://acp.docs.pyansys.com
MIT License
5 stars 1 forks source link

Use ansys.tools.path for getting the latest Ansys install #657

Closed greschd closed 2 weeks ago

greschd commented 2 weeks ago

Use the get_latest_ansys_installation from ansys.tools.path instead of our own implementation.

The logic we had used to select the latest version has been upstreamed to ansys.tools.path, so there is now no need to keep it in our codebase anymore.

Closes #360.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.50%. Comparing base (273ad20) to head (f0cb55a). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #657 +/- ## ========================================== - Coverage 94.58% 94.50% -0.09% ========================================== Files 101 101 Lines 5503 5493 -10 ========================================== - Hits 5205 5191 -14 - Misses 298 302 +4 ``` | [Flag](https://app.codecov.io/gh/ansys/pyacp/pull/657/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | Coverage Δ | | |---|---|---| | [python-3.10](https://app.codecov.io/gh/ansys/pyacp/pull/657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `?` | | | [python-3.11](https://app.codecov.io/gh/ansys/pyacp/pull/657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.50% <100.00%> (+0.09%)` | :arrow_up: | | [python-3.12](https://app.codecov.io/gh/ansys/pyacp/pull/657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `?` | | | [server-2024R2](https://app.codecov.io/gh/ansys/pyacp/pull/657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `?` | | | [server-2025R1](https://app.codecov.io/gh/ansys/pyacp/pull/657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `?` | | | [server-latest](https://app.codecov.io/gh/ansys/pyacp/pull/657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.50% <100.00%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.