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

AfterShip / clickhouse-sql-parser / 27258626839
52%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2026 06:50AM UTC
Jobs 1
Files 15
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

10 Jun 2026 06:49AM UTC coverage: 51.79%. Remained the same
27258626839

push

github

web-flow
Fix infinite loop on unterminated block comment (#271)

`consumeMultiLineComment` looped on `!l.isEOF()` (which checks `l.current`)
while only advancing the local index `i`, so on an unclosed comment like
`/* unterminated` the lexer spun forever — a DoS hang.

Loop on `l.peekOk(i)` instead so it terminates at end of input.

Add TestConsumeUnterminatedComment to reproduce: it drains the lexer in a
goroutine with a timeout, so a regression fails fast instead of hanging.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

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

8291 of 16009 relevant lines covered (51.79%)

3014.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27258626839.1 10 Jun 2026 06:50AM UTC 15
51.79
GitHub Action Run
Source Files on build 27258626839
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4d7ccd60 on github
  • Prev Build on master (#27258515509)
  • Next Build on master (#27258883323)
  • 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