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

macbre / sql-metadata / 28478216839
100%

Build:
DEFAULT BRANCH: master
Ran 30 Jun 2026 09:52PM UTC
Jobs 1
Files 14
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

30 Jun 2026 09:51PM UTC coverage: 100.0%. Remained the same
28478216839

push

github

web-flow
Align Parser return-type hints with actual UniqueList returns (#632)

Properties like `columns`, `tables`, `with_names`, `subqueries_names`,
and `columns_aliases_names` were annotated as `list[str]` but actually
returned `UniqueList`, which silently deduplicates on append. The
mismatch surprised callers who wrote tests against `list` semantics and
got dedup behavior at runtime.

Updates the annotations (and matching extractor signatures in
`TableExtractor.extract`, `NestedResolver.extract_cte_names`,
`NestedResolver.extract_subqueries`) to declare `UniqueList`, so the
public contract reflects what the code has always done.

Resolves #291.

Co-authored-by: Claude <noreply@anthropic.com>

11 of 11 new or added lines in 3 files covered. (100.0%)

1269 of 1269 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28478216839.1 30 Jun 2026 09:52PM UTC 14
100.0
GitHub Action Run
Source Files on build 28478216839
  • Tree
  • List 14
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a6094e9d on github
  • Prev Build on master (#28478125212)
  • Next Build on master (#28478602377)
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