achimnol / aiotools

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

fix: Missing TaskGroup naming support in Python 3.11 #39

Closed achimnol closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #39 (32dbbae) into main (eb74cf3) will decrease coverage by 0.30%. The diff coverage is 10.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   65.72%   65.42%   -0.31%     
==========================================
  Files          16       16              
  Lines        1275     1284       +9     
==========================================
+ Hits          838      840       +2     
- Misses        437      444       +7     
Impacted Files Coverage Δ
src/aiotools/taskgroup/base.py 0.00% <0.00%> (ø)
src/aiotools/taskgroup/base_compat.py 83.08% <100.00%> (+1.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 eb74cf3...32dbbae. Read the comment docs.