Skip to content

Allow __tracebackhide__ to be a callable. #210

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 3 commits into from
Feb 1, 2022
Merged

Conversation

tobiasraabe
Copy link
Member

Changes

Closes #145.

@codecov
Copy link

codecov bot commented Jan 29, 2022

Codecov Report

Merging #210 (2bc3b05) into main (3022733) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 2bc3b05 differs from pull request most recent head c55ed63. Consider uploading reports for the commit c55ed63 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #210   +/-   ##
=======================================
  Coverage   92.95%   92.96%           
=======================================
  Files          75       75           
  Lines        6830     6833    +3     
=======================================
+ Hits         6349     6352    +3     
  Misses        481      481           
Flag Coverage Δ
end_to_end 78.72% <100.00%> (+<0.01%) ⬆️
integration 41.84% <33.33%> (-0.02%) ⬇️
unit 70.07% <88.88%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/_pytask/traceback.py 95.55% <100.00%> (+0.31%) ⬆️
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 3022733...c55ed63. Read the comment docs.

@tobiasraabe tobiasraabe added this to the v0.1.8 milestone Feb 1, 2022
@tobiasraabe tobiasraabe merged commit 3165454 into main Feb 1, 2022
@tobiasraabe tobiasraabe deleted the tracebackhide branch February 1, 2022 17:11
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: Allow __tracebackhide__ to be a callable.
1 participant