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

dunglas / go-urlpattern / 24663317909
92%

Build:
DEFAULT BRANCH: main
Ran 20 Apr 2026 11:12AM UTC
Jobs 1
Files 6
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

20 Apr 2026 11:11AM UTC coverage: 91.626% (+0.2%) from 91.441%
24663317909

push

github

dunglas
fix: propagate tokenizing error on trailing backslash

The escape-at-end branch checked err == nil instead of err != nil,
which caused two failure modes:
- Strict policy: the non-nil error was dropped and the tokenizer's
  index was never advanced, producing an infinite loop.
- Lenient policy: the function returned (nil, nil) after a single
  invalid-char token instead of continuing to tokenize the rest.

Add a regression test that times out if strict tokenization loops.

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

1 of 1 new or added line in 1 file covered. (100.0%)

1488 of 1624 relevant lines covered (91.63%)

1033.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24663317909.1 20 Apr 2026 11:12AM UTC 6
91.63
GitHub Action Run
Source Files on build 24663317909
  • Tree
  • List 6
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 08fd2491 on github
  • Prev Build on main (#11427972654)
  • Next Build on main (#24663337871)
  • 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