Skip to content

feat(cli): add tabulate for improved table formatting #10806

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

Closed
wants to merge 2 commits into from

Conversation

BinaryFighter-01
Copy link

@BinaryFighter-01 BinaryFighter-01 commented Jul 16, 2025

This commit introduces the tabulate library to enhance the readability of tabular output in CLI commands. The library formats data into aligned tables with headers, making it easier for users to interpret command results. It replaces manually formatted tables with a more consistent and flexible solution. Dependency has been added to the requirements, and relevant CLI functions have been updated accordingly.

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

BinaryFighter-01 and others added 2 commits July 17, 2025 00:38
This commit introduces the tabulate library to enhance the readability of tabular output in CLI commands. The library formats data into aligned tables with headers, making it easier for users to interpret command results. It replaces manually formatted tables with a more consistent and flexible solution.
Dependency has been added to the requirements, and relevant CLI functions have been updated accordingly.
Copy link

codecov bot commented Jul 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.07%. Comparing base (2431ec6) to head (db22f46).
Report is 86 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10806      +/-   ##
==========================================
+ Coverage   90.68%   91.07%   +0.38%     
==========================================
  Files         504      504              
  Lines       39795    40286     +491     
  Branches     3141     3185      +44     
==========================================
+ Hits        36087    36689     +602     
+ Misses       3042     2968      -74     
+ Partials      666      629      -37     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@iterative iterative locked as spam and limited conversation to collaborators Jul 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant