achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
153 stars 11 forks source link

Rewriting the server module to eliminate races and zombies #23

Closed achimnol closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (af6fc96) into master (e664a71) will decrease coverage by 11.11%. The diff coverage is 48.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #23       +/-   ##
===========================================
- Coverage   83.29%   72.18%   -11.12%     
===========================================
  Files          10       10               
  Lines         838      852       +14     
===========================================
- Hits          698      615       -83     
- Misses        140      237       +97     
Impacted Files Coverage Δ
src/aiotools/server.py 49.08% <46.34%> (-33.21%) :arrow_down:
src/aiotools/fork.py 46.80% <52.94%> (-0.12%) :arrow_down:
src/aiotools/__init__.py 93.33% <100.00%> (+0.47%) :arrow_up:

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 e664a71...af6fc96. Read the comment docs.