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

orion-ecs / keen-eye / 20213035333
65%

Build:
DEFAULT BRANCH: main
Ran 14 Dec 2025 07:31PM UTC
Jobs 1
Files 176
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 Dec 2025 07:30PM UTC coverage: 92.013% (-0.7%) from 92.708%
20213035333

push

github

tyevco
fix: Use proper archetype migration in SetComponent to preserve entity IDs

The previous implementation despawned the old entity and spawned a new one
when adding components via SetComponent, which changed the entity ID.
This broke the ECS contract that entity IDs should be stable across
archetype migrations.

Changes:
- Add AddComponentBoxed method to ArchetypeManager for proper migration
- Simplify SetComponent to use AddComponentBoxed instead of despawn/spawn
- Remove unnecessary entity map workaround from DeltaRestorer
- Update test to verify entity ID stability

The entity ID is now preserved during archetype migration, matching the
behavior of the generic Add<T> method.

1818 of 1963 branches covered (92.61%)

Branch coverage included in aggregate %.

11 of 14 new or added lines in 3 files covered. (78.57%)

17 existing lines in 4 files now uncovered.

9991 of 10871 relevant lines covered (91.91%)

1.46 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
96.61
-2.72% src/KeenEyes.Core/Archetypes/ArchetypeManager.cs

Coverage Regressions

Lines Coverage ∆ File
8
96.12
0.07% src/KeenEyes.Generators/SerializationGenerator.cs
6
95.45
-1.98% src/KeenEyes.Core/World.Entities.cs
2
96.61
-2.72% src/KeenEyes.Core/Archetypes/ArchetypeManager.cs
1
96.67
-3.33% src/KeenEyes.Core/EntityNamingManager.cs
Jobs
ID Job ID Ran Files Coverage
1 20213035333.1 14 Dec 2025 07:31PM UTC 176
92.01
GitHub Action Run
Source Files on build 20213035333
  • Tree
  • List 176
  • Changed 8
  • Source Changed 7
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20213035333
  • 00c93284 on github
  • Prev Build on main (#20212495663)
  • Next Build on main (#20213996922)
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