Zapix / mtpylon

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

Pack/Unpack encrypted/unencrypted messages in one funct #84

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

closes #81

codecov[bot] commented 3 years ago

Codecov Report

Merging #84 (989b3ab) into dev (8e587b2) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #84      +/-   ##
==========================================
+ Coverage   98.50%   98.53%   +0.02%     
==========================================
  Files         160      162       +2     
  Lines        4483     4571      +88     
==========================================
+ Hits         4416     4504      +88     
  Misses         67       67              
Flag Coverage Δ
unittests 98.53% <100.00%> (+0.02%) :arrow_up:

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

Impacted Files Coverage Δ
mtpylon/message_handler.py 100.00% <100.00%> (ø)
mtpylon/message_sender.py 100.00% <100.00%> (ø)
mtpylon/messages/__init__.py 100.00% <100.00%> (ø)
mtpylon/messages/mtproto_message.py 100.00% <100.00%> (ø)
tests/test_message_handler.py 100.00% <100.00%> (ø)
tests/test_message_sender.py 100.00% <100.00%> (ø)
tests/test_messages/test_mtproto_message.py 100.00% <100.00%> (ø)

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 8e587b2...989b3ab. Read the comment docs.