Zapix / mtpylon

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

Zapix/95 handle message containers #115

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

closes #95

codecov[bot] commented 3 years ago

Codecov Report

Merging #115 (cc3ee77) into dev (26bdd79) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #115      +/-   ##
==========================================
+ Coverage   99.24%   99.26%   +0.01%     
==========================================
  Files         178      181       +3     
  Lines        5058     5143      +85     
==========================================
+ Hits         5020     5105      +85     
  Misses         38       38              
Flag Coverage Δ
unittests 99.26% <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/contextvars.py 100.00% <100.00%> (ø)
mtpylon/income_message.py 100.00% <100.00%> (ø)
...age_handler/strategies/handle_message_container.py 100.00% <100.00%> (ø)
...age_handler/strategies/handle_rpc_query_message.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/message_handler/strategies/utils.py 100.00% <100.00%> (ø)
mtpylon/middlewares/set_server_salt.py 100.00% <100.00%> (ø)
... and 10 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 26bdd79...cc3ee77. Read the comment docs.