Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 7 commits into from
Mar 6, 2022

Conversation

achimnol
Copy link
Owner

@achimnol achimnol commented Mar 6, 2022

resolves #37

@codecov
Copy link

codecov bot commented Mar 6, 2022

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%) ⬆️

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.

@achimnol achimnol changed the title feat: Implement PersistentTaskGroup.all() and add more tests feat: Implement all_ptaskgroups() and add more tests Mar 6, 2022
@achimnol achimnol merged commit b5b84fe into main Mar 6, 2022
@achimnol achimnol deleted the feature/taskgroup-stats branch March 6, 2022 15:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add statistics and enumeration of PersistentTaskGroup
1 participant