alm0ra / mockafka-py

Mockafka-py is a Python library designed for in-memory mocking of Kafka.[aiokafka - confluence-kafka-python]
https://mockafka-py.readthedocs.io
MIT License
44 stars 11 forks source link

Add type hints & raises error when consumer is closed #122

Closed alm0ra closed 2 months ago

alm0ra commented 2 months ago

this PR fix #118

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 97.29730% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.12%. Comparing base (c0b2cfe) to head (8a4cde9).

Files Patch % Lines
mockafka/aiokafka/aiokafka_consumer.py 94.44% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #122 +/- ## ========================================== - Coverage 98.16% 98.12% -0.04% ========================================== Files 35 35 Lines 1470 1497 +27 ========================================== + Hits 1443 1469 +26 - Misses 27 28 +1 ```

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