ansys / pymechanical

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

fix: Publish coverage for remote connect #721

Closed dipinknair closed 2 months ago

dipinknair commented 2 months ago

Currently coverage for remote connects are being published only for stable image versions. This causes issue in nightly run where image is test version(242). Hence unable to do merge coverage.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 77.03%. Comparing base (b317374) to head (8354b56).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #721 +/- ## ======================================= Coverage 77.03% 77.03% ======================================= Files 31 31 Lines 1968 1968 ======================================= Hits 1516 1516 Misses 452 452 ```