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

KurtWagner / zlinter / 28310906542
84%

Build:
DEFAULT BRANCH: master
Ran 28 Jun 2026 04:10AM UTC
Jobs 1
Files 62
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

28 Jun 2026 04:08AM UTC coverage: 83.68% (+0.02%) from 83.659%
28310906542

push

github

web-flow
Use tagged unions for configs #131 (#160)

This changes the rule config structs to tagged unions which avoids
misconfigurations and allows for simpler shorthands.
e.g., For a length severity config you can:

`.off` or `.warning = .{ .len = 10 }` instead of `.{ .severity = .off,
.len = 0 }` or `.{ .severity = .warning, .len = 3 }`

and for styling severity you would:

`.{ .warning = .snake_case }` instead of `.{ .style = .camel_case,
.severity = .@"error" }`

6917 of 8266 relevant lines covered (83.68%)

0.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
98
5.39
0.03% rules/field_ordering.zig
13
80.26
-1.99% lib/rules.zig
12
91.61
0.17% rules/function_naming.zig
7
96.52
0.07% rules/declaration_naming.zig
5
96.53
0.1% rules/require_braces.zig
3
98.31
0.07% rules/field_naming.zig
1
98.8
-0.03% rules/file_naming.zig
Jobs
ID Job ID Ran Files Coverage
1 28310906542.1 28 Jun 2026 04:10AM UTC 62
83.68
GitHub Action Run
Source Files on build 28310906542
  • Tree
  • List 62
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28310906542
  • 5aeba6ed on github
  • Prev Build on master (#28309483991)
  • Next Build on master (#28312657438)
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