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

Provide special versions of traceback formatting functions #22

Merged
merged 5 commits into from
Aug 28, 2022
Merged

Conversation

agronholm
Copy link
Owner

Fixes #14.

@coveralls
Copy link

coveralls commented Aug 18, 2022

Pull Request Test Coverage Report for Build 2943075966

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 235 unchanged lines in 12 files lost coverage.
  • Overall coverage decreased (-0.04%) to 74.607%

Files with Coverage Reduction New Missed Lines %
/opt/hostedtoolcache/PyPy/3.8.13/x64/lib/pypy3.8/site-packages/exceptiongroup/init.py 3 80.0%
/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/exceptiongroup/init.py 3 80.0%
/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages/exceptiongroup/init.py 3 80.0%
/opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages/exceptiongroup/init.py 3 80.0%
/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/exceptiongroup/init.py 3 80.0%
/opt/hostedtoolcache/Python/3.11.0-rc.1/x64/lib/python3.11/site-packages/exceptiongroup/init.py 6 60.0%
/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/exceptiongroup/_formatting.py 17 88.14%
/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages/exceptiongroup/_formatting.py 18 87.43%
/opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages/exceptiongroup/_formatting.py 18 87.57%
/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/exceptiongroup/_formatting.py 18 87.57%
Totals Coverage Status
Change from base Build 2862927764: -0.04%
Covered Lines: 1707
Relevant Lines: 2288

💛 - Coveralls

@agronholm agronholm merged commit db496b6 into main Aug 28, 2022
@agronholm agronholm deleted the fix-14 branch August 28, 2022 12:48
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.

Document how to print an exceptiongroup traceback when the monkey patching doesn't work / is not applied.
2 participants