Zapix / mtpylon

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

Zapix/74 rpc query response #105

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

closes #74

codecov[bot] commented 3 years ago

Codecov Report

Merging #105 (0eae605) into dev (94979bf) will increase coverage by 0.11%. The diff coverage is 99.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #105      +/-   ##
==========================================
+ Coverage   98.58%   98.70%   +0.11%     
==========================================
  Files         177      182       +5     
  Lines        4722     4926     +204     
==========================================
+ Hits         4655     4862     +207     
+ Misses         67       64       -3     
Flag Coverage Δ
unittests 98.70% <99.56%> (+0.11%) :arrow_up:

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

Impacted Files Coverage Δ
tests/test_serializers.py 100.00% <ø> (ø)
tests/simpleschema.py 90.32% <85.71%> (-0.59%) :arrow_down:
mtpylon/exceptions.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%> (ø)
...ylon/message_handler/strategies/logging_adapter.py 100.00% <100.00%> (ø)
mtpylon/message_handler/strategies/selector.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/encrypted_message.py 100.00% <100.00%> (+5.19%) :arrow_up:
... and 13 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 94979bf...0eae605. Read the comment docs.