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 unstable formatting of tables at column width boundary #437

Merged
merged 7 commits into from Apr 2, 2022

Conversation

JohnnyMorganz
Copy link
Owner

Fixes #436

@codecov
Copy link

codecov bot commented Apr 2, 2022

Codecov Report

Merging #437 (d33cb82) into master (09be20b) will increase coverage by 0.02%.
The diff coverage is 97.91%.

@@            Coverage Diff             @@
##           master     #437      +/-   ##
==========================================
+ Coverage   96.38%   96.40%   +0.02%     
==========================================
  Files          14       14              
  Lines        5194     5227      +33     
==========================================
+ Hits         5006     5039      +33     
  Misses        188      188              
Impacted Files Coverage Δ
src/formatters/trivia_util.rs 94.32% <85.71%> (-0.12%) ⬇️
src/formatters/table.rs 98.95% <100.00%> (+0.07%) ⬆️
src/formatters/general.rs 96.87% <0.00%> (+0.20%) ⬆️

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 09be20b...d33cb82. Read the comment docs.

@JohnnyMorganz JohnnyMorganz merged commit f1b916a into master Apr 2, 2022
@JohnnyMorganz JohnnyMorganz deleted the table-unstable branch April 2, 2022 13:38
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.

Unstable formatting with a table at column width boundary
1 participant