maansthoernvik / rabbitmq_client

Client for a RabbitMQ server.
MIT License
9 stars 5 forks source link

Connection class declaration caching #24

Closed maansthoernvik closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (53709ef) into master (8aa41f9) will decrease coverage by 0.15%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   98.09%   97.93%   -0.16%     
==========================================
  Files           5        5              
  Lines         473      485      +12     
==========================================
+ Hits          464      475      +11     
- Misses          9       10       +1     
Impacted Files Coverage Δ
rabbitmq_client/connection.py 97.42% <100.00%> (+0.96%) :arrow_up:
rabbitmq_client/consumer.py 99.12% <100.00%> (-0.20%) :arrow_down:
rabbitmq_client/producer.py 98.23% <100.00%> (-0.12%) :arrow_down:
rabbitmq_client/defs.py 96.55% <0.00%> (-1.73%) :arrow_down:

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 8aa41f9...53709ef. Read the comment docs.