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

floatdrop / zoxy / 28730688866
96%

Build:
DEFAULT BRANCH: main
Ran 05 Jul 2026 05:30AM UTC
Jobs 1
Files 33
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

05 Jul 2026 05:27AM UTC coverage: 96.255% (-0.07%) from 96.32%
28730688866

push

github

floatdrop
build: add `zig build lint` for the 100-column limit (replaces CI awk)

Line-length enforcement lived as an inline awk in ci.yml, invisible to
local dev. Reimplement it as a Zig tool (scripts/check_line_length.zig)
wired into `zig build lint`, per the "tooling in Zig, not shell"
convention (docs/TIGER_STYLE.md). build.zig walks src/ (plus build.zig
and the tool itself) and passes each path; the tool counts columns as
Unicode scalars — a multi-byte glyph like § or ↔ is one column — and
exits nonzero with a `file:line: N columns (limit 100)` message on any
offender. CI now runs the same `zig build lint`, so local and CI share
one implementation; `zig fmt --check` covers the tool too.

Verified: a probe line of 113 columns fails as expected; the clean tree
passes; `zig build` and `zig build test` are unaffected.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

10949 of 11375 relevant lines covered (96.25%)

0.96 hits per line

Coverage Regressions

Lines Coverage ∆ File
81
94.47
-0.07% net/h2_proxy.zig
37
95.82
-0.44% http/h2.zig
24
97.06
0.01% net/proxy.zig
22
85.5
0.22% sim.zig
9
96.14
0.1% io/linux.zig
3
92.11
-7.89% mem/futex_mutex.zig
1
99.21
0.0% http/h2_translate.zig
Jobs
ID Job ID Ran Files Coverage
1 28730688866.1 05 Jul 2026 05:30AM UTC 33
96.25
GitHub Action Run
Source Files on build 28730688866
  • Tree
  • List 33
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28730688866
  • 4baba55f on github
  • Prev Build on main (#28717819858)
  • Next Build on main (#28730770547)
  • 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