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

Hide traceback frames with __tracebackhide__ = True. #129

Merged
merged 6 commits into from
Jul 18, 2021
Merged

Conversation

tobiasraabe
Copy link
Member

Changes

Provide a description and/or bullet points to describe the changes in this PR.

Todo

  • Reference issues which can be closed due to this PR with "Closes #x".
  • Review whether the documentation needs to be updated.
  • Document PR in docs/changes.rst.

@tobiasraabe tobiasraabe added this to the v0.1.0 milestone Jul 18, 2021
@tobiasraabe tobiasraabe changed the title Hide traceback frames with __tracebackhide__ = True. Hide traceback frames with __tracebackhide__ = True. Jul 18, 2021
@codecov
Copy link

codecov bot commented Jul 18, 2021

Codecov Report

Merging #129 (8f3cc14) into main (f317cfe) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   93.26%   93.28%   +0.01%     
==========================================
  Files          66       67       +1     
  Lines        5585     5598      +13     
==========================================
+ Hits         5209     5222      +13     
  Misses        376      376              
Flag Coverage Δ
end_to_end 80.01% <66.66%> (-0.05%) ⬇️
integration 41.31% <40.00%> (-0.01%) ⬇️
unit 67.55% <100.00%> (+0.07%) ⬆️

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

Impacted Files Coverage Δ
src/_pytask/traceback.py 100.00% <100.00%> (ø)
tests/test_traceback.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 f317cfe...8f3cc14. Read the comment docs.

@tobiasraabe tobiasraabe merged commit 9c259c0 into main Jul 18, 2021
@tobiasraabe tobiasraabe deleted the tracebackhide branch July 18, 2021 21:51
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.

1 participant