Skip to content

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Jun 20, 2021

Changes

Closes #114.

This PR adds a verbose mode for the execution where tasks are listed in a self-updating table.

image

@tobiasraabe tobiasraabe added this to the v0.0.15 milestone Jun 20, 2021
@codecov
Copy link

codecov bot commented Jun 20, 2021

Codecov Report

Merging #106 (433f1c2) into main (8e7686e) will increase coverage by 0.00%.
The diff coverage is 92.27%.

Impacted file tree graph

@@           Coverage Diff            @@
##             main     #106    +/-   ##
========================================
  Coverage   93.30%   93.30%            
========================================
  Files          63       66     +3     
  Lines        5269     5469   +200     
========================================
+ Hits         4916     5103   +187     
- Misses        353      366    +13     
Flag Coverage Δ
end_to_end 79.77% <78.67%> (-0.17%) ⬇️
integration 41.57% <49.63%> (-0.14%) ⬇️
unit 67.85% <84.19%> (+0.59%) ⬆️

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

Impacted Files Coverage Δ
src/_pytask/console.py 96.00% <ø> (-0.43%) ⬇️
src/_pytask/mark/__init__.py 96.96% <ø> (-0.07%) ⬇️
src/_pytask/mark/structures.py 91.76% <ø> (-0.55%) ⬇️
src/_pytask/debugging.py 29.87% <10.52%> (-2.08%) ⬇️
src/_pytask/shared.py 96.55% <92.00%> (-3.45%) ⬇️
src/_pytask/live.py 98.31% <98.31%> (ø)
src/_pytask/capture.py 86.11% <100.00%> (+1.06%) ⬆️
src/_pytask/cli.py 98.52% <100.00%> (+0.04%) ⬆️
src/_pytask/collect.py 96.87% <100.00%> (-0.10%) ⬇️
src/_pytask/collect_command.py 87.95% <100.00%> (ø)
... and 20 more

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 8e7686e...433f1c2. Read the comment docs.

@tobiasraabe tobiasraabe modified the milestones: v0.0.15, v0.1.0 Jun 23, 2021
@tobiasraabe tobiasraabe merged commit 337e43a into main Jun 28, 2021
@tobiasraabe tobiasraabe deleted the verbose branch June 28, 2021 22:33
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.

BUG: Latest pytask does not abort when Keyboard Interrupt is done during
1 participant