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

tortoise / tortoise-orm / 22627779787 / 1
84%
master: 94%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 03 Mar 2026 02:40PM UTC
Files 134
Run time 3s
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

03 Mar 2026 02:34PM UTC coverage: 83.338% (+0.04%) from 83.303%
22627779787.1

push

github

web-flow
Fix AlterField ignoring max_length changes in migrations (#2128)

The _alter_field method only checked for nullability, index, unique,
description, default and rename changes. It did not compare SQL_TYPE,
so changing max_length (e.g. VARCHAR(32) to VARCHAR(64)) produced no
migration SQL.

Add SQL type comparison to the base schema editor and update MySQL,
MSSQL, and Oracle overrides to emit the correct ALTER statements when
the column type changes.

Fixes #2120

2989 of 4052 branches covered (73.77%)

Branch coverage included in aggregate %.

10991 of 12723 relevant lines covered (86.39%)

0.86 hits per line

Source Files on job 22627779787.1
  • Tree
  • List 134
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22627779787
  • 5d08bc29 on github
  • Prev Job for on develop (#22186191045.1)
  • Next Job for on develop (#22628620592.1)
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