eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
MIT License
188 stars 36 forks source link

Add support for pagination #103

Closed eandersson closed 3 years ago

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

Codecov Report

Merging #103 (8e63448) into 2.x (53c87c8) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              2.x     #103   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          29       29           
  Lines        1903     1922   +19     
  Branches      279      284    +5     
=======================================
+ Hits         1900     1919   +19     
  Misses          1        1           
  Partials        2        2           
Impacted Files Coverage Δ
amqpstorm/management/channel.py 100.00% <100.00%> (ø)
amqpstorm/management/connection.py 100.00% <100.00%> (ø)
amqpstorm/management/exchange.py 100.00% <100.00%> (ø)
amqpstorm/management/http_client.py 100.00% <100.00%> (ø)
amqpstorm/management/queue.py 100.00% <100.00%> (ø)

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 53c87c8...8e63448. Read the comment docs.