eandersson / amqpstorm

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

Replace nose with stestr #104

Closed eandersson closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #104 (b6fc533) into 2.x (b1fceb7) will decrease coverage by 2.66%. The diff coverage is 100.00%.

:exclamation: Current head b6fc533 differs from pull request most recent head 91dac59. Consider uploading reports for the commit 91dac59 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##              2.x     #104      +/-   ##
==========================================
- Coverage   99.84%   97.18%   -2.67%     
==========================================
  Files          29       31       +2     
  Lines        1923     1952      +29     
  Branches      284      289       +5     
==========================================
- Hits         1920     1897      -23     
- Misses          1       46      +45     
- Partials        2        9       +7     
Impacted Files Coverage Δ
amqpstorm/basic.py 98.87% <100.00%> (-1.13%) :arrow_down:
amqpstorm/management/user.py 72.41% <0.00%> (-27.59%) :arrow_down:
amqpstorm/management/connection.py 78.57% <0.00%> (-21.43%) :arrow_down:
amqpstorm/compatibility.py 86.84% <0.00%> (-13.16%) :arrow_down:
amqpstorm/management/channel.py 87.50% <0.00%> (-12.50%) :arrow_down:
amqpstorm/base.py 97.56% <0.00%> (-2.44%) :arrow_down:
examples/management_api/aliveness_test.py 21.42% <0.00%> (ø)
setup.py 0.00% <0.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 b1fceb7...91dac59. Read the comment docs.