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

Export TextType into the docs. #3257

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Export TextType into the docs. #3257

merged 1 commit into from
Jan 31, 2024

Conversation

rodrigogiraoserrao
Copy link
Contributor

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @willmcgugan may be pedantic in the code review.

Description

Fixes #3213

@rodrigogiraoserrao rodrigogiraoserrao marked this pull request as ready for review January 10, 2024 14:36
@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (aabfd16) 98.30% compared to head (01464d9) 95.22%.
Report is 41 commits behind head on master.

Files Patch % Lines
rich/text.py 66.66% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3257      +/-   ##
==========================================
- Coverage   98.30%   95.22%   -3.08%     
==========================================
  Files          74       74              
  Lines        8038     8049      +11     
==========================================
- Hits         7902     7665     -237     
- Misses        136      384     +248     
Flag Coverage Δ
unittests 95.22% <98.03%> (-3.08%) ⬇️

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

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

@darrenburns darrenburns merged commit 26152e9 into master Jan 31, 2024
22 checks passed
@darrenburns darrenburns deleted the document-texttype branch January 31, 2024 13:05
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.

Export rich.text.TextType so it shows up in the reference
3 participants