achimnol / aiotools

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

ci: Use latest version of actions/setup-python for better cache #45

Closed achimnol closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #45 (94dd886) into main (b405d54) will increase coverage by 13.70%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main      #45       +/-   ##
===========================================
+ Coverage   65.54%   79.24%   +13.70%     
===========================================
  Files          16       16               
  Lines        1306     1306               
===========================================
+ Hits          856     1035      +179     
+ Misses        450      271      -179     
Impacted Files Coverage Δ
src/aiotools/taskgroup/__init__.py 100.00% <0.00%> (+38.46%) :arrow_up:
src/aiotools/taskgroup/persistent.py 82.41% <0.00%> (+82.41%) :arrow_up:
src/aiotools/taskgroup/base.py 100.00% <0.00%> (+100.00%) :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 b405d54...94dd886. Read the comment docs.

achimnol commented 2 years ago

Awaiting merge of actions/python-versions#147 ...