Skip to content

New migrations system, ported from sqlite-migrate#754

Merged
simonw merged 7 commits into
mainfrom
migrate
Jun 21, 2026
Merged

New migrations system, ported from sqlite-migrate#754
simonw merged 7 commits into
mainfrom
migrate

Conversation

@simonw

@simonw simonw commented Jun 20, 2026

Copy link
Copy Markdown
Owner

@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 96.66667% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.26%. Comparing base (8f0c06e) to head (3423195).

Files with missing lines Patch % Lines
sqlite_utils/cli.py 95.65% 4 Missing ⚠️
sqlite_utils/migrations.py 98.21% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #754      +/-   ##
==========================================
+ Coverage   95.16%   95.26%   +0.10%     
==========================================
  Files           8        9       +1     
  Lines        3122     3255     +133     
==========================================
+ Hits         2971     3101     +130     
- Misses        151      154       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@simonw simonw marked this pull request as ready for review June 21, 2026 16:04
@simonw simonw merged commit 3cc27d6 into main Jun 21, 2026
106 checks passed
@simonw simonw deleted the migrate branch June 21, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrations system: sqlite_utils.Migrations and sqlite-utils migrate command, ported from sqlite-migrate

1 participant