Closed roosre closed 3 days ago
Attention: Patch coverage is 81.81818%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 94.32%. Comparing base (
699324d
) to head (37a5ef2
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/ansys/acp/core/extras/__init__.py | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
As a side note (maybe for a separate PR), we should also consider making the base pip install ansys-acp-core
minimal. For example, PyVista could be optional.
This will require some changes to where dependencies are imported (maybe moving it to function-scope), and we will then need to test it also.
addresses a few items of #670