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

KurtWagner / zlinter / 17038452091

18 Aug 2025 10:41AM UTC coverage: 80.849% (-0.009%) from 80.858%
17038452091

push

github

web-flow
Remove superfluous bytes from problem locations (#108)

To keep it simple column, line and byte offset were all stored with the
expectation that it would eventually be reduced to just byte or just col
+ line. In this case I'm just falling back to byte offset

This also includes a fix where no_deprecated rule was setting the wrong
byte offset

We're going from `struct { usize, usize, usize }` to `struct {usize}`
for the start and end locations of a problem.

2934 of 3629 relevant lines covered (80.85%)

0.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

91.04
/lib/rendering.zig


Source Not Available

The file "lib/rendering.zig" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

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