konsultaner / connectanum-dart

This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.
MIT License
22 stars 14 forks source link

Sound null safety #37

Closed konsultaner closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (228ec45) into master (1d279da) will increase coverage by 0.32%. The diff coverage is 94.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   92.58%   92.90%   +0.32%     
==========================================
  Files          40       40              
  Lines        2036     2031       -5     
==========================================
+ Hits         1885     1887       +2     
+ Misses        151      144       -7     
Impacted Files Coverage Δ
lib/src/authentication/ticket_authentication.dart 100.00% <ø> (ø)
lib/src/message/abstract_message_with_payload.dart 16.66% <ø> (ø)
lib/src/message/authenticate.dart 100.00% <ø> (ø)
lib/src/message/call.dart 100.00% <ø> (ø)
lib/src/message/cancel.dart 100.00% <ø> (ø)
lib/src/message/challenge.dart 100.00% <ø> (ø)
lib/src/message/error.dart 100.00% <ø> (ø)
lib/src/message/event.dart 100.00% <ø> (ø)
lib/src/message/goodbye.dart 100.00% <ø> (ø)
lib/src/message/hello.dart 100.00% <ø> (ø)
... and 24 more

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 a32215c...228ec45. Read the comment docs.

konsultaner commented 2 years ago

fixes #33