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

allow rich cast to return rich cast #2089

Merged
merged 1 commit into from Mar 21, 2022
Merged

Conversation

willmcgugan
Copy link
Collaborator

Fixes #2083

@codecov-commenter
Copy link

codecov-commenter commented Mar 21, 2022

Codecov Report

Merging #2089 (e23b0bb) into master (91e0146) will decrease coverage by 0.02%.
The diff coverage is 92.06%.

@@            Coverage Diff             @@
##           master    #2089      +/-   ##
==========================================
- Coverage   99.49%   99.46%   -0.03%     
==========================================
  Files          73       72       -1     
  Lines        7361     7333      -28     
==========================================
- Hits         7324     7294      -30     
- Misses         37       39       +2     
Flag Coverage Δ
unittests 99.46% <92.06%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
rich/__init__.py 100.00% <ø> (ø)
rich/align.py 100.00% <ø> (ø)
rich/highlighter.py 100.00% <ø> (ø)
rich/layout.py 100.00% <ø> (ø)
rich/table.py 100.00% <ø> (ø)
rich/console.py 99.14% <82.14%> (-0.49%) ⬇️
rich/_win32_console.py 91.48% <100.00%> (+1.48%) ⬆️
rich/_windows_renderer.py 100.00% <100.00%> (ø)
rich/ansi.py 100.00% <100.00%> (ø)
rich/cells.py 100.00% <100.00%> (ø)
... and 7 more

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 ef1b9b9...e23b0bb. Read the comment docs.

@willmcgugan willmcgugan merged commit 1572d87 into master Mar 21, 2022
@willmcgugan willmcgugan deleted the recursive-rich-cast branch March 21, 2022 17:08
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] typing: Progress in Group isn't happy
2 participants