• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jyablonski / arc / 27114264255
74%

Build:
DEFAULT BRANCH: main
Ran 08 Jun 2026 03:27AM UTC
Jobs 1
Files 73
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jun 2026 03:27AM UTC coverage: 67.683% (+0.07%) from 67.613%
27114264255

push

github

web-flow
chore: standardize structured table formatting (#22)

## Description

Consolidate all structured-text table output behind a single canonical
renderer so every command reads like `arc ai tokens` (lowercase headers,
per-column underline rule, aligned columns) instead of each command
formatting tables its own way.

### Updated

- Rewrote `output.Table` as the one canonical renderer; added
`output.TableLines` and `output.FprintTable`. Headers are lowercased in
the renderer so the format can't drift per-caller.
- Pointed `ai/presentation` history/ROI tables at `output.Table` and
deleted the duplicate private renderer.
- Routed `skills list` through the canonical renderer, which also fixed
a latent bug where the table ignored the passed `io.Writer` and always
wrote to stdout.

### Deleted

- Private `printAlignedTable`/`alignedTableLines` in `ai/presentation`
and the legacy `tabwriter`-based `output.Table` body.

> Note: all table headers are now lowercased (e.g. `rules status`
columns went `PROVIDER/TARGET/STATUS` -> `provider/target/status`), a
user-visible change across every table command.

39 of 43 new or added lines in 3 files covered. (90.7%)

3573 of 5279 relevant lines covered (67.68%)

4.61 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
65.19
-3.68% internal/ai/presentation/history.go
Jobs
ID Job ID Ran Files Coverage
1 27114264255.1 08 Jun 2026 03:27AM UTC 73
67.68
GitHub Action Run
Source Files on build 27114264255
  • Tree
  • List 73
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d80b86dd on github
  • Prev Build on main (#26920634363)
  • Next Build on main (#27246540356)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc