PythonCloudFrameworks / bunny-storm

RabbitMQ asynchronous connector library for Python with built in RPC support
MIT License
23 stars 9 forks source link

Use pytest-asyncio for tests and improve error handling tests #6

Closed adamagassi closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #6 (be050ae) into master (cd7fdd8) will increase coverage by 5.28%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   88.30%   93.58%   +5.28%     
==========================================
  Files           8        8              
  Lines         419      421       +2     
==========================================
+ Hits          370      394      +24     
+ Misses         49       27      -22     
Flag Coverage Δ
unittests 93.58% <80.00%> (+5.28%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tornado_bunny/async_adapter.py 90.57% <75.00%> (+8.82%) :arrow_up:
tornado_bunny/async_connection.py 96.66% <100.00%> (+5.14%) :arrow_up:
tornado_bunny/channel_configuration.py 98.87% <0.00%> (+2.24%) :arrow_up:
tornado_bunny/publisher.py 86.53% <0.00%> (+9.61%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd7fdd8...be050ae. Read the comment docs.