Zapix / mtpylon

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

Zapix/26 pack unpack encrpyted message #73

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

Closes #26

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@c6a8d48). Click here to learn what that means. The diff coverage is 97.83%.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev      #73   +/-   ##
======================================
  Coverage       ?   98.27%           
======================================
  Files          ?      139           
  Lines          ?     3893           
  Branches       ?        0           
======================================
  Hits           ?     3826           
  Misses         ?       67           
  Partials       ?        0           
Flag Coverage Δ
unittests 98.27% <97.83%> (?)

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

Impacted Files Coverage Δ
tests/echoschema.py 92.85% <92.85%> (ø)
mtpylon/messages/encrypted_message.py 95.29% <95.29%> (ø)
mtpylon/contextvars.py 100.00% <100.00%> (ø)
mtpylon/crypto/__init__.py 100.00% <100.00%> (ø)
mtpylon/crypto/auth_key.py 93.75% <100.00%> (ø)
mtpylon/crypto/generate_key_iv.py 100.00% <100.00%> (ø)
mtpylon/crypto/get_msg_key.py 100.00% <100.00%> (ø)
mtpylon/crypto/key_iv_pair.py 100.00% <100.00%> (ø)
mtpylon/exceptions.py 100.00% <100.00%> (ø)
mtpylon/message_handler.py 100.00% <100.00%> (ø)
... and 5 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 c6a8d48...7027fc4. Read the comment docs.