Skip to content

Fix crowding-out of tasks in table by skipped and persisted tasks. #226

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 2 commits into from
Feb 23, 2022

Conversation

tobiasraabe
Copy link
Member

Changes

Closes #223.

@tobiasraabe tobiasraabe added this to the v0.1.9 milestone Feb 23, 2022
@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

Merging #226 (6fe3619) into main (e2812c2) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #226      +/-   ##
==========================================
+ Coverage   94.17%   94.21%   +0.04%     
==========================================
  Files          75       75              
  Lines        6713     6761      +48     
==========================================
+ Hits         6322     6370      +48     
  Misses        391      391              
Flag Coverage Δ
end_to_end 79.24% <13.20%> (-0.54%) ⬇️
integration 41.59% <3.77%> (-0.27%) ⬇️
unit 70.61% <100.00%> (+0.21%) ⬆️

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

Impacted Files Coverage Δ
src/_pytask/live.py 99.37% <100.00%> (+<0.01%) ⬆️
tests/test_live.py 100.00% <100.00%> (ø)

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 e2812c2...6fe3619. Read the comment docs.

@tobiasraabe tobiasraabe merged commit 743ebd1 into main Feb 23, 2022
@tobiasraabe tobiasraabe deleted the fix-223 branch February 23, 2022 21:41
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: Fix display of tasks in the ExecutionTable with default verbosity.
1 participant