achilleasa / dart_amqp

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

Flutter/Dart 2 compatibility changes #15

Closed rmathias86 closed 6 years ago

rmathias86 commented 6 years ago

Flutter/Dart 2 compatibility changes

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   93.79%   93.79%           
=======================================
  Files          55       55           
  Lines        2853     2853           
=======================================
  Hits         2676     2676           
  Misses        177      177
Impacted Files Coverage Δ
lib/src/client/impl/channel_impl.dart 96.69% <100%> (ø) :arrow_up:
lib/src/client/impl/exchange_impl.dart 100% <100%> (ø) :arrow_up:
lib/src/client/impl/consumer_impl.dart 100% <100%> (ø) :arrow_up:
lib/src/client/impl/queue_impl.dart 100% <100%> (ø) :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 b173336...2c92e49. Read the comment docs.