achimnol / aiotools

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

feat: Implement all_ptaskgroups() and add more tests #38

Closed achimnol closed 2 years ago

achimnol commented 2 years ago

resolves #37

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (2ab9866) into main (446ffec) will decrease coverage by 0.14%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   65.87%   65.72%   -0.15%     
==========================================
  Files          16       16              
  Lines        1263     1275      +12     
==========================================
+ Hits          832      838       +6     
- Misses        431      437       +6     
Impacted Files Coverage Δ
src/aiotools/taskgroup/persistent.py 0.00% <0.00%> (ø)
src/aiotools/taskgroup/persistent_compat.py 83.42% <100.00%> (+0.56%) :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 446ffec...2ab9866. Read the comment docs.