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

AfterShip / clickhouse-sql-parser / 34832748941
56%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2026 10:22AM 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

14 Sep 2026 10:21AM UTC coverage: 56.452% (+0.08%) from 56.375%
34832748941

push

github

web-flow
Establish complete source spans and diagnostics (#328)

Make token-backed AST spans complete half-open byte ranges for strings,
placeholders, stars, function calls, query parameters, and set-operation
queries. Improve caret rendering for tabs and Unicode while preserving
byte-based diagnostic columns.

Before applying this PR:

Several exported spans excluded delimiters or were empty, including string
literals, function calls, stars, placeholders, and query roots with set
operations. Caret indentation treated byte offsets as display columns.

After this PR:

These nodes cover their complete source syntax, query roots contain their
set-operation descendants, and diagnostic carets use terminal display width.
AST golden files record the intentional span migration.

Verification:

- make test passed.
- make update_test passed.
- make lint remains blocked because golangci-lint v1.53.3 rejects the
  repository configuration format.

Migration note: consumers relying on historical string or function end
positions must adopt complete half-open byte spans.

Assistant-By GPT-5

39 of 45 new or added lines in 6 files covered. (86.67%)

1 existing line in 1 file now uncovered.

9804 of 17367 relevant lines covered (56.45%)

3471.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
64.71
-4.18% parser/error.go
3
78.0
5.59% parser/source.go

Coverage Regressions

Lines Coverage ∆ File
1
64.71
-4.18% parser/error.go
Jobs
ID Job ID Ran Files Coverage
1 34832748941.1 14 Sep 2026 10:22AM UTC 18
56.45
GitHub Action Run
Source Files on build 34832748941
  • Tree
  • List 18
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7923712c on github
  • Prev Build on master (#34820283031)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc