Zapix / mtpylon

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

Avoid confusing between EncryptedMessage and Message combinator #114

Closed Zapix closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #114 (c25495b) into dev (b5287c3) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #114   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files         178      178           
  Lines        5058     5058           
=======================================
  Hits         5020     5020           
  Misses         38       38           
Flag Coverage Δ
unittests 99.24% <100.00%> (ø)

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

Impacted Files Coverage Δ
...age_handler/strategies/handle_rpc_query_message.py 100.00% <100.00%> (ø)
mtpylon/message_handler/strategies/utils.py 100.00% <100.00%> (ø)
mtpylon/message_sender.py 100.00% <100.00%> (ø)
mtpylon/messages/__init__.py 100.00% <100.00%> (ø)
mtpylon/messages/encrypted_message.py 100.00% <100.00%> (ø)
mtpylon/messages/mtproto_message.py 100.00% <100.00%> (ø)
mtpylon/messages/types.py 100.00% <100.00%> (ø)
mtpylon/middlewares/set_server_salt.py 100.00% <100.00%> (ø)
mtpylon/middlewares/set_session_id.py 100.00% <100.00%> (ø)
tests/test_message_handler/test_message_handler.py 100.00% <100.00%> (ø)
... and 8 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 b5287c3...c25495b. Read the comment docs.