Skip to content

Don't display traceback with 'previous task failed' with verbose <= 1. #285

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 1 commit into from
Jun 26, 2022

Conversation

tobiasraabe
Copy link
Member

Changes

Closes #284.

@tobiasraabe tobiasraabe added this to the v0.2.4 milestone Jun 26, 2022
@tobiasraabe tobiasraabe changed the title Don't display 'previous task failed' with verbose <= 1. Don't display traceback with 'previous task failed' with verbose <= 1. Jun 26, 2022
@codecov
Copy link

codecov bot commented Jun 26, 2022

Codecov Report

Merging #285 (e3cdb65) into main (3575ede) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #285   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files          90       90           
  Lines        7623     7631    +8     
=======================================
+ Hits         7365     7373    +8     
  Misses        258      258           
Flag Coverage Δ
end_to_end 82.51% <100.00%> (+0.03%) ⬆️
integration 41.20% <33.33%> (-0.01%) ⬇️
unit 69.36% <44.44%> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
src/_pytask/execute.py 96.42% <100.00%> (ø)
tests/test_execute.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 3575ede...e3cdb65. Read the comment docs.

@tobiasraabe tobiasraabe merged commit d8d3506 into main Jun 26, 2022
@tobiasraabe tobiasraabe deleted the fix-284 branch June 26, 2022 13:54
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: Don't show tracebacks of "skipped because previous task failed" with verbosity < 2
1 participant