Zapix / mtpylon

Library to build backend with MTProto's protocol
MIT License
10 stars 0 forks source link

Zapix/87 add strategies to handle different messagies #100

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

Closes #87

codecov[bot] commented 3 years ago

Codecov Report

Merging #100 (c938776) into dev (66b2ef9) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #100      +/-   ##
==========================================
+ Coverage   98.53%   98.55%   +0.01%     
==========================================
  Files         162      173      +11     
  Lines        4576     4621      +45     
==========================================
+ Hits         4509     4554      +45     
  Misses         67       67              
Flag Coverage Δ
unittests 98.55% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mtpylon/message_handler/__init__.py 100.00% <100.00%> (ø)
mtpylon/message_handler/message_handler.py 100.00% <100.00%> (ø)
mtpylon/message_handler/strategies/__init__.py 100.00% <100.00%> (ø)
...e_handler/strategies/handle_unencrypted_message.py 100.00% <100.00%> (ø)
...ssage_handler/strategies/handle_unknown_message.py 100.00% <100.00%> (ø)
mtpylon/message_handler/strategies/selector.py 100.00% <100.00%> (ø)
mtpylon/message_handler/strategies/types.py 100.00% <100.00%> (ø)
mtpylon/middlewares/__init__.py 100.00% <100.00%> (ø)
mtpylon/middlewares/apply.py 100.00% <100.00%> (ø)
tests/test_message_handler/test_message_handler.py 100.00% <100.00%> (ø)
... and 16 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 66b2ef9...c938776. Read the comment docs.