-
Notifications
You must be signed in to change notification settings - Fork 3
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
Align the table header to the table when labels are used #63
Conversation
12a44e5
to
27d9667
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some tidying.
We agreed it is not worth the extra logic to allow row labels of static tables to be hidden. The diff to the expected test files is to add these row labels. |
27d9667
to
5122ada
Compare
The table header is now also indented if the table is given labels. Regenerated table output in tests.
5122ada
to
42fbbb3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #63 +/- ##
==========================================
+ Coverage 88.51% 88.55% +0.04%
==========================================
Files 22 22
Lines 1358 1363 +5
==========================================
+ Hits 1202 1207 +5
Misses 156 156 ☔ View full report in Codecov by Sentry. |
Closes #49
The table header is now also indented
if the table is given labels.
Regenerated table output in tests.