eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
https://www.amqpstorm.io/
MIT License
186 stars 36 forks source link

Re-worked BaseMessage #101

Closed eandersson closed 3 years ago

eandersson commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (e45a688) into 2.x (7a999a8) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.x     #101      +/-   ##
==========================================
+ Coverage   99.73%   99.84%   +0.10%     
==========================================
  Files          29       29              
  Lines        1902     1903       +1     
  Branches      279      279              
==========================================
+ Hits         1897     1900       +3     
  Misses          1        1              
+ Partials        4        2       -2     
Impacted Files Coverage Δ
amqpstorm/base.py 100.00% <100.00%> (ø)
amqpstorm/management/basic.py 100.00% <100.00%> (ø)
amqpstorm/message.py 100.00% <100.00%> (ø)
amqpstorm/channel.py 99.10% <0.00%> (+0.44%) :arrow_up:
amqpstorm/basic.py 100.00% <0.00%> (+0.56%) :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 7a999a8...e45a688. Read the comment docs.