Skip to content
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

Show rich tracebacks for errors in subprocesses. #27

Merged
merged 10 commits into from
Jul 20, 2021
Merged

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Jul 18, 2021

@tobiasraabe tobiasraabe added this to the v0.0.9 milestone Jul 18, 2021
@codecov
Copy link

codecov bot commented Jul 18, 2021

Codecov Report

Merging #27 (095d500) into main (f5624bd) will increase coverage by 0.30%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   96.86%   97.17%   +0.30%     
==========================================
  Files          13       13              
  Lines         319      354      +35     
==========================================
+ Hits          309      344      +35     
  Misses         10       10              
Flag Coverage Δ
end_to_end 90.39% <97.72%> (+1.05%) ⬆️
integration 48.87% <38.63%> (-1.29%) ⬇️
unit 51.12% <27.27%> (-2.17%) ⬇️

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

Impacted Files Coverage Δ
src/pytask_parallel/execute.py 92.07% <100.00%> (+2.07%) ⬆️
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 f5624bd...095d500. Read the comment docs.

@tobiasraabe tobiasraabe merged commit b4bb61d into main Jul 20, 2021
@tobiasraabe tobiasraabe deleted the show-tracebacks branch July 20, 2021 22:09
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: Shortening of tracebacks is too aggressive.
1 participant