pymeasure / pyleco

Python implementation of the Laboratory Experiment COntrol (LECO) protocol
MIT License
9 stars 3 forks source link

Rework MessageHandler and PipeHandler interaction #52

Closed BenediktBurger closed 6 months ago

BenediktBurger commented 7 months ago

Clean up how MessageHandler and PipeHandler work together.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 32 lines in your changes are missing coverage. Please review.

Comparison is base (998313e) 87.05% compared to head (29fcf5e) 87.18%.

Files Patch % Lines
pyleco/utils/qt_listener.py 0.00% 32 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== + Coverage 87.05% 87.18% +0.13% ========================================== Files 33 33 Lines 2541 2560 +19 Branches 303 303 ========================================== + Hits 2212 2232 +20 Misses 274 274 + Partials 55 54 -1 ``` | [Flag](https://app.codecov.io/gh/pymeasure/pyleco/pull/52/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymeasure) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/pymeasure/pyleco/pull/52/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymeasure) | `87.18% <61.44%> (+0.13%)` | :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=pymeasure#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.