achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1
MIT License
79 stars 40 forks source link

Channel resource leak fix #12

Closed rajmaniar closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #12 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   94.89%   94.89%   +<.01%     
==========================================
  Files          55       55              
  Lines        2624     2625       +1     
==========================================
+ Hits         2490     2491       +1     
  Misses        134      134
Impacted Files Coverage Δ
lib/src/client/impl/channel_impl.dart 96.85% <100%> (ø) :arrow_up:
lib/src/client/impl/client_impl.dart 94.39% <100%> (+0.05%) :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 258f8ac...a1feb5f. Read the comment docs.