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

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

Build:
Build:
LAST BUILD BRANCH: lexer-naming
DEFAULT BRANCH: master
Ran 11 Jun 2026 03:35AM 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:34AM UTC coverage: 52.21% (+0.2%) from 52.012%
27322013460

Pull #275

github

git-hulk
Rename parseIdentAnyKeyword to parseAnyKeyword, add kindClass bit set

TokenKind stays a string (its values are woven into the public AST and
error messages), so multi-kind membership checks get an internal bit
set instead: kindClass with classIdent/classKeyword bits and a
matchTokenKindIn(classIdent | classKeyword) helper, replacing the
repeated two-comparison ident-or-keyword checks. Unlike matchTokenKind,
matchTokenKindIn is a raw kind check with no keyword-to-identifier
coercion.

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

67 of 73 new or added lines in 6 files covered. (91.78%)

44 existing lines in 2 files now uncovered.

8421 of 16129 relevant lines covered (52.21%)

2735.99 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
83.33
0.05% parser/parser_common.go

Coverage Regressions

Lines Coverage ∆ File
35
83.33
0.05% parser/parser_common.go
9
97.03
0.08% parser/lexer.go
Jobs
ID Job ID Ran Files Coverage
1 27322013460.1 11 Jun 2026 03:35AM UTC 17
52.21
GitHub Action Run
Source Files on build 27322013460
  • Tree
  • List 17
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
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