Zapix / mtpylon

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

Zapix/119 simplify app init process #122

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

closes #119

codecov[bot] commented 3 years ago

Codecov Report

Merging #122 (24f54ce) into dev (deeb9ec) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #122      +/-   ##
==========================================
+ Coverage   99.29%   99.31%   +0.02%     
==========================================
  Files         188      195       +7     
  Lines        5420     5580     +160     
==========================================
+ Hits         5382     5542     +160     
  Misses         38       38              
Flag Coverage Δ
unittests 99.31% <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/serializers.py 100.00% <ø> (ø)
mtpylon/configuration/__init__.py 100.00% <100.00%> (ø)
mtpylon/configuration/configure.py 100.00% <100.00%> (ø)
mtpylon/configuration/constants.py 100.00% <100.00%> (ø)
mtpylon/configuration/import_path.py 100.00% <100.00%> (ø)
mtpylon/configuration/types.py 100.00% <100.00%> (ø)
mtpylon/service_schema/constructors/__init__.py 100.00% <100.00%> (ø)
tests/test_configuration/test_configure.py 100.00% <100.00%> (ø)
tests/test_configuration/test_import_path.py 100.00% <100.00%> (ø)
... and 6 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 deeb9ec...24f54ce. Read the comment docs.