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

Newline fix #180

Merged
merged 9 commits into from Jul 27, 2020
Merged

Newline fix #180

merged 9 commits into from Jul 27, 2020

Conversation

willmcgugan
Copy link
Collaborator

@willmcgugan willmcgugan commented Jul 26, 2020

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

Prevent newlines from being omitted #178
Fixes Progress.track #184
Improved support for 16 colours

@codecov
Copy link

codecov bot commented Jul 26, 2020

Codecov Report

Merging #180 into master will increase coverage by 0.90%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   97.54%   98.44%   +0.90%     
==========================================
  Files          50       50              
  Lines        3786     3795       +9     
==========================================
+ Hits         3693     3736      +43     
+ Misses         93       59      -34     
Flag Coverage Δ
#unittests 98.44% <100.00%> (+0.90%) ⬆️

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

Impacted Files Coverage Δ
rich/__main__.py 100.00% <ø> (ø)
rich/_palettes.py 100.00% <100.00%> (ø)
rich/color.py 100.00% <100.00%> (ø)
rich/console.py 100.00% <100.00%> (ø)
rich/markdown.py 100.00% <100.00%> (ø)
rich/palette.py 100.00% <100.00%> (ø)
rich/progress.py 95.03% <100.00%> (+7.26%) ⬆️
rich/syntax.py 95.13% <100.00%> (+0.06%) ⬆️
rich/text.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 cefafdc...dbdade8. Read the comment docs.

@willmcgugan willmcgugan merged commit 579a29c into master Jul 27, 2020
@willmcgugan willmcgugan deleted the newline-fix branch July 27, 2020 16:42
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.

None yet

1 participant