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

AfterShip / clickhouse-sql-parser / 27320812685
53%
master: 53%

Build:
Build:
LAST BUILD BRANCH: lexer-naming
DEFAULT BRANCH: master
Ran 11 Jun 2026 03:00AM 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 02:59AM UTC coverage: 52.748% (+0.7%) from 52.012%
27320812685

Pull #276

github

git-hulk
Add drift test keeping ASTVisitor and Walk traversals in sync

Accept/ASTVisitor and Walk/WalkFunc are two independent traversal
engines that encode every node's children separately, so a new AST node
type added to one can silently be missing from the other. Add a static
test that parses the package source and asserts every type with an
Accept method has both a Visit method on the ASTVisitor interface and a
case in Walk's type switch, and vice versa.

The test immediately caught four types missing from Walk - BoolLiteral,
CreateNamedCollection, NamedCollectionParam and WindowFrameParam - and
their cases are added.

Also fix a confirmed traversal bug: JoinTableExpr.Accept returned early
after visiting the sample ratio, so VisitJoinTableExpr was never called
for table expressions carrying a SAMPLE clause. Add a regression test.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #276: Add drift test keeping ASTVisitor and Walk traversals in sync

12 of 26 new or added lines in 2 files covered. (46.15%)

1 existing line in 1 file now uncovered.

8495 of 16105 relevant lines covered (52.75%)

2997.35 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
41.8
0.09% parser/walk.go
2
12.72
2.08% parser/ast.go

Coverage Regressions

Lines Coverage ∆ File
1
41.8
0.09% parser/walk.go
Jobs
ID Job ID Ran Files Coverage
1 27320812685.1 11 Jun 2026 03:00AM UTC 17
52.75
GitHub Action Run
Source Files on build 27320812685
  • Tree
  • List 17
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #276
  • 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