radical-cybertools / radical.utils

Utility classes and tools for various radical projects
Other
8 stars 6 forks source link

Fix/registry logging #414

Closed andre-merzky closed 2 months ago

andre-merzky commented 2 months ago

This makes ZMQ logging more sane to handle.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 79.51807% with 17 lines in your changes missing coverage. Please review.

Project coverage is 62.18%. Comparing base (140d527) to head (b7f3e14). Report is 13 commits behind head on devel.

Files with missing lines Patch % Lines
src/radical/utils/zmq/queue.py 80.76% 5 Missing :warning:
src/radical/utils/zmq/registry.py 76.47% 4 Missing :warning:
src/radical/utils/zmq/utils.py 33.33% 4 Missing :warning:
src/radical/utils/zmq/pubsub.py 89.47% 2 Missing :warning:
.../plugins/unittests_1/plugin_unittests_default_1.py 0.00% 1 Missing :warning:
.../plugins/unittests_2/plugin_unittests_default_1.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #414 +/- ## ========================================== + Coverage 61.95% 62.18% +0.22% ========================================== Files 62 62 Lines 6845 6899 +54 ========================================== + Hits 4241 4290 +49 - Misses 2604 2609 +5 ```

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