achimnol / aiotools

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

fix(fork): Explicitly handle children's segfault #27

Closed achimnol closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (97426f5) into main (17b47b9) will increase coverage by 5.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   72.34%   77.35%   +5.01%     
==========================================
  Files          10       10              
  Lines         846      848       +2     
==========================================
+ Hits          612      656      +44     
+ Misses        234      192      -42     
Impacted Files Coverage Δ
src/aiotools/compat.py 100.00% <100.00%> (ø)
src/aiotools/fork.py 78.10% <100.00%> (+31.43%) :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 17b47b9...97426f5. Read the comment docs.