-
Notifications
You must be signed in to change notification settings - Fork 26
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
improve html display for tables #998
Conversation
* improve the title code * render tables correctly
Looks good to me! |
Looks good to me too. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #998 +/- ##
==========================================
- Coverage 88.65% 88.57% -0.09%
==========================================
Files 45 45
Lines 9458 9487 +29
Branches 2691 2698 +7
==========================================
+ Hits 8385 8403 +18
- Misses 757 763 +6
- Partials 316 321 +5 ☔ View full report in Codecov by Sentry. |
Looks good. There are some lines of code that we could cover with tests so we're not reducing our code coverage, but I think we can defer that to a separate PR so that this one can make it to users sooner. |
I have not yet updated the tests
Motivation
What was the reasoning behind this change? Please explain the changes briefly.
How to test the behavior?
Checklist
ruff
from the source directory.