Skip to content

Allow cli-table to determine optimal column width#92

Merged
kof merged 4 commits intoqunitjs:masterfrom
fyockm:master
Mar 10, 2014
Merged

Allow cli-table to determine optimal column width#92
kof merged 4 commits intoqunitjs:masterfrom
fyockm:master

Conversation

@fyockm
Copy link
Copy Markdown
Contributor

@fyockm fyockm commented Mar 10, 2014

  • To prevent truncation, column width specification are removed. This allows cli-table to determine the best width based on header and data for the column. Files are still truncated at 50 chars.
  • Updated external package numbers in package.json and prepend caret. See article here.
  • Clean up some indentation anomalies.

kof added a commit that referenced this pull request Mar 10, 2014
Allow cli-table to determine optimal column width
@kof kof merged commit 7667173 into qunitjs:master Mar 10, 2014
@fyockm
Copy link
Copy Markdown
Contributor Author

fyockm commented Mar 10, 2014

👍 thanks

@kangax this should fix your truncation issue, and scale for projects with 10,000+ lines of code. I tested with 1000000, and the coverage table still displayed legibly.

@kangax
Copy link
Copy Markdown

kangax commented Mar 10, 2014

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants