achimnol / aiotools

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

fix: Set `current_ptaskgroup` only in async-with blocks #41

Closed achimnol closed 2 years ago

achimnol commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (50cd0eb) into main (f65cc97) will decrease coverage by 0.00%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
- Coverage   65.42%   65.41%   -0.01%     
==========================================
  Files          16       16              
  Lines        1284     1281       -3     
==========================================
- Hits          840      838       -2     
+ Misses        444      443       -1     
Impacted Files Coverage Δ
src/aiotools/taskgroup/persistent.py 0.00% <0.00%> (ø)
src/aiotools/taskgroup/persistent_compat.py 83.24% <100.00%> (-0.19%) :arrow_down:

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 f65cc97...50cd0eb. Read the comment docs.