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

lucaslorentz / auto-compute / 23083627850
60%
main: 60%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github-actions-25f4b29175
DEFAULT BRANCH: main
Ran 14 Mar 2026 07:49AM UTC
Jobs 1
Files 98
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

14 Mar 2026 07:47AM UTC coverage: 60.096%. First build
23083627850

Pull #19

github

lucaslorentz
Add automatic backfill SQL generation in migrations for computed properties

When a computed property is added or its expression changes, `dotnet ef migrations add`
now automatically generates `migrationBuilder.Sql("UPDATE ...")` to update existing records.

- SHA256 hash of expanded expression stored as permanent annotation for change detection
- Uses ExecuteUpdate + SqlCaptureInterceptor for provider-agnostic SQL generation
- Configurable via `EnableBackfillInMigrations` (enabled by default)
- Untranslatable expressions generate a friendly SQL comment
- Existing properties without hashes are skipped (assumes consistency)
- Removes code coverage threshold from CI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #19: Automatic backfill SQL generation in migrations

35 of 149 new or added lines in 8 files covered. (23.49%)

2009 of 3343 relevant lines covered (60.1%)

664.11 hits per line

Uncovered Changes

Lines Coverage ∆ File
72
13.25
src/LLL.AutoCompute.EFCore/Internal/AutoComputeMigrationsModelDiffer.cs
21
16.22
src/LLL.AutoCompute.EFCore/Metadata/Conventions/RemoveComputedAnnotationsConvention.cs
16
0.0
src/LLL.AutoCompute.EFCore/Internal/SqlCaptureInterceptor.cs
3
57.69
src/LLL.AutoCompute.EFCore/ComputedOptionsBuilder.cs
2
33.33
src/LLL.AutoCompute.EFCore/Metadata/Internal/DesignTimeComputedStore.cs
Jobs
ID Job ID Ran Files Coverage
1 23083627850.1 14 Mar 2026 07:49AM UTC 98
60.1
GitHub Action Run
Source Files on build 23083627850
  • Tree
  • List 98
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #19
  • Next Build on feature/migration-backfill (#23084474323)
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