Zapix / mtpylon

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

Avoid circular dependency for contextvars #133

Closed Zapix closed 3 years ago

Zapix commented 3 years ago

closes #132

codecov[bot] commented 3 years ago

Codecov Report

Merging #133 (e70cbf5) into dev (85a8ef4) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #133   +/-   ##
=======================================
  Coverage   99.32%   99.32%           
=======================================
  Files         196      197    +1     
  Lines        5599     5602    +3     
=======================================
+ Hits         5561     5564    +3     
  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/contextvars.py 100.00% <100.00%> (ø)
tests/test_import_contextvars.py 100.00% <100.00%> (ø)

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 85a8ef4...e70cbf5. Read the comment docs.