Molara-Lab / Molara

Molara is a Python package for the visualization of chemical structures such as molecules or crystals. It provides a graphical user interface for importing structures from output files of popular computational chemistry software as well as for creating custom structures.
GNU General Public License v3.0
11 stars 0 forks source link

[Mock] Try executing test_rendering with the same main window #315

Closed adrianusler closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 60.93%. Comparing base (3fce6e2) to head (36f2315).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #315 +/- ## =========================================== + Coverage 27.28% 60.93% +33.64% =========================================== Files 37 38 +1 Lines 3126 3164 +38 =========================================== + Hits 853 1928 +1075 + Misses 2273 1236 -1037 ```

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

adrianusler commented 4 months ago

Seems to be a success! But I have chosen a slightly different path, see PR #316.