Zapix / mtpylon

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

Zapix/120 resource name constants #124

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

closes #120

codecov[bot] commented 3 years ago

Codecov Report

Merging #124 (f23b19c) into dev (b5f8c03) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #124   +/-   ##
=======================================
  Coverage   99.31%   99.32%           
=======================================
  Files         195      196    +1     
  Lines        5580     5603   +23     
=======================================
+ Hits         5542     5565   +23     
  Misses         38       38           
Flag Coverage Δ
unittests 99.32% <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/configuration/constants.py 100.00% <ø> (ø)
mtpylon/aiohandlers/pub_keys.py 100.00% <100.00%> (ø)
mtpylon/aiohandlers/websockets.py 96.82% <100.00%> (+0.05%) :arrow_up:
mtpylon/configuration/configure.py 100.00% <100.00%> (ø)
mtpylon/constants.py 100.00% <100.00%> (ø)
mtpylon/message_handler/message_handler.py 100.00% <100.00%> (ø)
...sage_handler/strategies/handle_msgs_ack_message.py 100.00% <100.00%> (ø)
mtpylon/message_sender.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%> (ø)
... 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 b5f8c03...f23b19c. Read the comment docs.