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

AfterShip / clickhouse-sql-parser / 27322213549
52%
master: 53%

Build:
Build:
LAST BUILD BRANCH: lexer-naming
DEFAULT BRANCH: master
Ran 11 Jun 2026 03:41AM 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

11 Jun 2026 03:40AM UTC coverage: 52.198% (+0.2%) from 52.012%
27322213549

Pull #275

github

git-hulk
Make matchTokenKind variadic, drop kindClass bit set

matchTokenKind(TokenKindIdent, TokenKindKeyword) now expresses the
ident-or-any-keyword membership check directly, so the kindClass bit
set and matchTokenKindIn helper are no longer needed. Existing
single-kind call sites are unchanged.

Raw kind equality is checked for all kinds before the keyword-to-ident
coercion arm, so multi-kind calls that include TokenKindKeyword match
keyword tokens without the ToUpper/reserved-set lookup; allocs/op stay
at the master baseline (verified with BenchmarkParseSQLFiles).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #275: Split keywords into reserved and non-reserved sets

64 of 70 new or added lines in 5 files covered. (91.43%)

8417 of 16125 relevant lines covered (52.2%)

3028.06 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
83.52
0.23% parser/parser_common.go
Jobs
ID Job ID Ran Files Coverage
1 27322213549.1 11 Jun 2026 03:41AM UTC 17
52.2
GitHub Action Run
Source Files on build 27322213549
  • Tree
  • List 17
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #275
  • PR Base - master (#27279412055)
  • 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