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

orion-ecs / keen-eye / 20703918038
65%

Build:
DEFAULT BRANCH: main
Ran 05 Jan 2026 03:13AM UTC
Jobs 1
Files 571
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

05 Jan 2026 03:11AM UTC coverage: 77.826% (+0.2%) from 77.671%
20703918038

push

github

tyevco
feat(migrations): Add migration chain resolution with diagnostics

Enable multi-step migrations that chain through intermediate versions
(v1 → v2 → v3) automatically when no direct migration path exists.

Key additions:
- MigrationGraph: Runtime graph for path validation with caching
  - HasPath(): Check if migration chain exists between versions
  - GetMigrationChain(): Get ordered list of migration steps
  - FindGaps(): Identify missing migrations in the chain
  - HasCycle(): Verify DAG structure (cycles prevented by design)

- MigrationResult: Detailed result with timing diagnostics
  - Per-step timing breakdown for profiling
  - Error information with failed version identification
  - Factory methods for success/failure/no-op scenarios

- IMigrationDiagnostics: Extended interface for diagnostic operations
  - MigrateWithDiagnostics(): Migration with timing capture
  - GetMigrationGraph(): Access component's migration graph
  - FindAllMigrationGaps(): Find gaps across all components
  - GenerateDiagnosticReport(): Full diagnostic report

- SerializationGenerator: Updated to generate diagnostic-enabled code
  - Caches MigrationGraph per component
  - Implements IMigrationDiagnostics interface
  - Generates comprehensive diagnostic methods

- ComponentMigrationAnalyzer: Enhanced documentation
  - Explains how cycle detection is structurally enforced
  - KEEN113 + KEEN115 together guarantee DAG structure

Tests added for MigrationGraph, MigrationResult, and chain resolution.
All 10,702 tests pass.

Closes #699

5420 of 6707 branches covered (80.81%)

Branch coverage included in aggregate %.

326 of 338 new or added lines in 3 files covered. (96.45%)

35012 of 45245 relevant lines covered (77.38%)

1.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
93.49
0.83% editor/KeenEyes.Generators/SerializationGenerator.cs
5
95.69
src/KeenEyes.Core/Serialization/MigrationGraph.cs
Jobs
ID Job ID Ran Files Coverage
1 20703918038.1 05 Jan 2026 03:13AM UTC 571
77.83
GitHub Action Run
Source Files on build 20703918038
  • Tree
  • List 571
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20703918038
  • 4b771a80 on github
  • Prev Build on main (#20703539001)
  • Next Build on main (#20704369166)
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