Skip to content

refactor(status): reorder table columns to branch, path, size, age, status - #92

Open
noirbizarre wants to merge 1 commit into
mainfrom
status/column-order
Open

refactor(status): reorder table columns to branch, path, size, age, status#92
noirbizarre wants to merge 1 commit into
mainfrom
status/column-order

Conversation

@noirbizarre

Copy link
Copy Markdown
Owner

Reorders the git wipe status table so BRANCH and PATH come first — they identify the row — followed by SIZE, AGE, and STATUS as supporting detail.

STATUS landing last also lets it drop the padding it previously needed solely to align the column that used to follow it, since its values carry ANSI color codes that can't be measured with normal width formatting.

Only the plain-text table changes — --json output keeps its existing field order.

@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.69%. Comparing base (873f195) to head (c623c8f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files          15       15           
  Lines        8641     8641           
=======================================
  Hits         8355     8355           
  Misses        286      286           

☔ View full report in Codecov by Harness.
📢 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.

…tatus

Puts BRANCH and PATH first since they identify the row, followed by
SIZE, AGE, and STATUS as supporting detail. STATUS moving to the last
column also drops the manual padding it needed purely to align its
ANSI-colored tokens with a following column.
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.

1 participant