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

AfterShip / clickhouse-sql-parser / 28727227761
53%
master: 54%

Build:
Build:
LAST BUILD BRANCH: codex/fix-semantic-traversal
DEFAULT BRANCH: master
Ran 05 Jul 2026 02:42AM UTC
Jobs 1
Files 17
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 02:41AM UTC coverage: 52.962% (+0.08%) from 52.881%
28727227761

Pull #280

github

git-hulk
Reject bare number prefixes like 0x followed by a non-digit

hasNumberPart was set at the top of the scan loop before checking
whether the character was actually a digit, so any "0x" followed by a
non-digit ("SELECT 0x;") lexed as an empty base-16 literal with no
digits. Only bare "0x" at end of input was caught. The flag is now set
only when a digit is consumed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #280: Fix number lexing, unterminated block comments and non-ASCII bytes

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

8573 of 16187 relevant lines covered (52.96%)

3027.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28727227761.1 05 Jul 2026 02:42AM UTC 17
52.96
GitHub Action Run
Source Files on build 28727227761
  • Tree
  • List 17
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #280
  • PR Base - master (#28708462567)
  • 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