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

Altinity / altinity-mcp / 25512044591
82%

Build:
DEFAULT BRANCH: main
Ran 07 May 2026 05:38PM 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

07 May 2026 05:37PM UTC coverage: 81.982% (+0.007%) from 81.975%
25512044591

push

github

BorisTyshkevich
tools: isNullableCHType handles LowCardinality(Nullable(...))

Pre-merge review finding on the strict-mode-schema work
(b02ba21). isNullableCHType was a literal `strings.HasPrefix(s,
"nullable(")` check, so it missed the canonical CH column-type
wrap order `LowCardinality(Nullable(X))` and treated those
columns as non-nullable.

Effect: dynamic write tools advertised LowCardinality(Nullable(X))
columns as REQUIRED in the input schema even when the underlying
table accepts NULL — the model couldn't omit them on INSERT.

Fix: strip one leading `lowcardinality(` before the `nullable(`
prefix check. Test cases extended with the canonical-wrap form
(both casings) and a LowCardinality(String)-without-Nullable
counterexample to confirm we don't false-positive.

Extracted from worktree-tools-strict-schema-wt commit 88425e9
(other fixes there target PR #104 and are folded separately).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

3 of 3 new or added lines in 1 file covered. (100.0%)

4509 of 5500 relevant lines covered (81.98%)

1.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25512044591.1 07 May 2026 05:38PM UTC 17
81.98
GitHub Action Run
Source Files on build 25512044591
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25512044591
  • cafd9ab0 on github
  • Prev Build on main (#25511451644)
  • 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