ansys / pymechanical

Pythonic interface to Ansys Mechanical
https://mechanical.docs.pyansys.com/
MIT License
29 stars 13 forks source link

FEAT: Add test for building gallery #787

Closed dipinknair closed 4 days ago

dipinknair commented 1 week ago

When building gallery only one instance of pymechanical app should be used.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 81.11%. Comparing base (2076621) to head (734bfb2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #787 +/- ## ========================================== + Coverage 81.06% 81.11% +0.04% ========================================== Files 32 32 Lines 2086 2086 ========================================== + Hits 1691 1692 +1 + Misses 395 394 -1 ```