Zapix / mtpylon

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

Zapix/48 auth key manager #49

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

closes #48

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (152983e) into dev (d4b95b9) will increase coverage by 0.08%. The diff coverage is 99.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #49      +/-   ##
==========================================
+ Coverage   97.50%   97.59%   +0.08%     
==========================================
  Files          91       96       +5     
  Lines        2288     2407     +119     
==========================================
+ Hits         2231     2349     +118     
- Misses         57       58       +1     
Flag Coverage Δ
unittests 97.59% <99.16%> (+0.08%) :arrow_up:

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

Impacted Files Coverage Δ
mtpylon/crypto/auth_key.py 93.75% <93.75%> (ø)
mtpylon/crypto/__init__.py 100.00% <100.00%> (ø)
mtpylon/crypto/auth_key_manager.py 100.00% <100.00%> (ø)
mtpylon/crypto/exceptions.py 100.00% <100.00%> (ø)
tests/test_crypto/test_auth_key.py 100.00% <100.00%> (ø)
tests/test_crypto/test_auth_key_manager.py 100.00% <100.00%> (ø)
... and 1 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 d4b95b9...152983e. Read the comment docs.