cli/cmd/test
Snider 1b76d4c145 refactor(shared): consolidate coverage, priority, and severity styles
Add reusable styles and helpers to shared package:
- Coverage styles (high/med/low) with FormatCoverage() helper
- Priority styles (high/medium/low) with FormatPriority() helper
- Severity styles (critical/high/medium/low) with FormatSeverity() helper

Update packages to use shared styles:
- cmd/test: use shared coverage styles and FormatCoverage()
- cmd/php: use shared status, QA, and severity styles

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 01:04:29 +00:00
..
commands.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00
test.go refactor(shared): consolidate coverage, priority, and severity styles 2026-01-30 01:04:29 +00:00
test_output.go refactor(shared): consolidate coverage, priority, and severity styles 2026-01-30 01:04:29 +00:00
test_runner.go refactor(cmd): split command packages into smaller files 2026-01-30 00:22:47 +00:00