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

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

Build:
Build:
LAST BUILD BRANCH: fix/db-default-return
DEFAULT BRANCH: master
Ran 03 Mar 2026 02:40PM UTC
Jobs 1
Files 134
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

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

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 %.

30 of 30 new or added lines in 4 files covered. (100.0%)

40 existing lines in 1 file now uncovered.

10991 of 12723 relevant lines covered (86.39%)

0.86 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
40
80.17
0.28% tortoise/migrations/schema_editor/base.py
Jobs
ID Job ID Ran Files Coverage
1 22627779787.1 03 Mar 2026 02:40PM UTC 134
83.34
GitHub Action Run
Source Files on build 22627779787
  • 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 Repo
  • 5d08bc29 on github
  • Prev Build on develop (#22186191045)
  • Next Build on develop (#22628620592)
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