achimnol / aiotools

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

Taskgroup API #18

Closed achimnol closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 into master will decrease coverage by 14.45%. The diff coverage is 16.45%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #18       +/-   ##
===========================================
- Coverage   76.93%   62.48%   -14.46%     
===========================================
  Files           8        9        +1     
  Lines         516      661      +145     
===========================================
+ Hits          397      413       +16     
- Misses        119      248      +129     
Impacted Files Coverage Δ
src/aiotools/__init__.py 92.30% <ø> (ø)
src/aiotools/taskgroup.py 15.38% <15.38%> (ø)
src/aiotools/server.py 80.60% <100.00%> (-0.60%) :arrow_down:
src/aiotools/func.py 97.91% <0.00%> (-0.09%) :arrow_down:
src/aiotools/defer.py 100.00% <0.00%> (ø)
src/aiotools/context.py 37.75% <0.00%> (+1.48%) :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 0f0d46f...d361771. Read the comment docs.