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

agronholm / sqlacodegen / 35137536511
98%

Build:
DEFAULT BRANCH: master
Ran 16 Sep 2026 06:57PM UTC
Jobs 1
Files 11
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

16 Sep 2026 06:56PM UTC coverage: 97.849% (+0.05%) from 97.798%
35137536511

push

github

web-flow
Support Sqlmodel link models (#486)

* Render SQLModel many-to-many link tables as link model classes

Association tables that have a primary key are now generated as
`SQLModel` table classes (without relationships of their own) and
referenced from both sides via `Relationship(link_model=...)` instead of
`sa_relationship_kwargs={'secondary': ...}`, matching the idiom from the
SQLModel documentation. Link tables without a primary key cannot be
SQLModel classes and keep the previous plain `Table` output.

The link model classes are emitted before the classes referencing them,
since `link_model=` needs the class object rather than a string.

Fixes #405

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

* Add nolinktables option to the SQLModel generator

Opts out of rendering association tables as link model classes, keeping
the previous plain Table + secondary= output.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

* Flag SQLModel link model change as backward incompatible in changelog

* Unreleased change desc

---------

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

50 of 50 new or added lines in 2 files covered. (100.0%)

1911 of 1953 relevant lines covered (97.85%)

4.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35137536511.1 16 Sep 2026 06:57PM UTC 11
97.85
GitHub Action Run
Source Files on build 35137536511
  • Tree
  • List 11
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35137536511
  • 560d6f13 on github
  • Prev Build on master (#33305787264)
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