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

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

Build:
Build:
LAST BUILD BRANCH: lexer-naming
DEFAULT BRANCH: master
Ran 11 Jun 2026 03:11AM UTC
Jobs 1
Files 18
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:10AM UTC coverage: 52.126% (+0.1%) from 52.012%
27321212730

Pull #278

github

git-hulk
Add ParseStmt, ParseExpr and FormatBeautify convenience API

- ParseStmt(sql) parses exactly one statement, erroring on zero or
  multiple statements, so callers no longer need to go through
  NewParser(...).ParseStmts() and validate the slice length.
- ParseExpr(sql) parses an expression fragment (column expression,
  function call, ...) and requires the whole input to be consumed.
- FormatBeautify(expr) renders multi-line indented SQL, the one-call
  counterpart of Format; previously beautified output required wiring
  NewFormatter().WithBeautify().WriteExpr() by hand. The CLI -beautify
  path now uses it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #278: Add ParseStmt, ParseExpr and FormatBeautify convenience API

28 of 30 new or added lines in 1 file covered. (93.33%)

8398 of 16111 relevant lines covered (52.13%)

2999.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
93.33
parser/api.go
Jobs
ID Job ID Ran Files Coverage
1 27321212730.1 11 Jun 2026 03:11AM UTC 18
52.13
GitHub Action Run
Source Files on build 27321212730
  • Tree
  • List 18
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #278
  • 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