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

fix for markdown table #3064

Merged
merged 2 commits into from
Jul 29, 2023
Merged

fix for markdown table #3064

merged 2 commits into from
Jul 29, 2023

Conversation

willmcgugan
Copy link
Collaborator

Fixes #3053

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2023

Codecov Report

Patch coverage: 95.83% and project coverage change: -0.03% ⚠️

Comparison is base (31c1fb6) 98.31% compared to head (1e1a7b4) 98.29%.
Report is 16 commits behind head on master.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3064      +/-   ##
==========================================
- Coverage   98.31%   98.29%   -0.03%     
==========================================
  Files          74       74              
  Lines        8016     8037      +21     
==========================================
+ Hits         7881     7900      +19     
- Misses        135      137       +2     
Flag Coverage Δ
unittests 98.29% <95.83%> (-0.03%) ⬇️

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

Files Changed Coverage Δ
rich/console.py 98.04% <ø> (ø)
rich/text.py 99.17% <94.73%> (-0.32%) ⬇️
rich/markdown.py 99.45% <100.00%> (-0.01%) ⬇️
rich/markup.py 100.00% <100.00%> (ø)
rich/progress.py 92.92% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@willmcgugan willmcgugan merged commit cbf01a0 into master Jul 29, 2023
19 checks passed
@willmcgugan willmcgugan deleted the fix-markdown-table branch July 29, 2023 09:13
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.

rich.markdown generates AssertionError rendering certain strings
2 participants