Skip to content

Add a counter under the execution table to show completed tasks. #252

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 2, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Apr 2, 2022

Closes #250.

@tobiasraabe tobiasraabe added this to the v0.2.0 milestone Apr 2, 2022
@codecov
Copy link

codecov bot commented Apr 2, 2022

Codecov Report

Merging #252 (764cff7) into main (6e65106) will decrease coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
- Coverage   94.54%   94.43%   -0.12%     
==========================================
  Files          84       84              
  Lines        7078     7094      +16     
==========================================
+ Hits         6692     6699       +7     
- Misses        386      395       +9     
Flag Coverage Δ
end_to_end 80.25% <79.06%> (-0.16%) ⬇️
integration 42.02% <34.88%> (-0.02%) ⬇️
unit 69.74% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/_pytask/live.py 98.82% <100.00%> (+0.08%) ⬆️
tests/test_live.py 100.00% <100.00%> (ø)
src/_pytask/console.py 88.54% <0.00%> (-7.30%) ⬇️
src/_pytask/execute.py 95.23% <0.00%> (-1.20%) ⬇️

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 6e65106...764cff7. Read the comment docs.

@tobiasraabe tobiasraabe merged commit 8637853 into main Apr 2, 2022
@tobiasraabe tobiasraabe deleted the execution-counter branch April 2, 2022 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Some metric in the live table which shows the overall progress.
1 participant