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

orion-ecs / keen-eye / 20045835877
65%

Build:
DEFAULT BRANCH: main
Ran 08 Dec 2025 11:09PM UTC
Jobs 1
Files 101
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

08 Dec 2025 11:08PM UTC coverage: 98.038% (-0.02%) from 98.054%
20045835877

push

github

tyevco
Refactor World class into partial files by functional area

Split the large World.cs file (~3100 lines) into 15 focused partial class files
organized by functionality:

- World.cs: Core fields, constructor, properties, and Dispose
- World.Entities.cs: Entity lifecycle (Spawn, Despawn, Get, Has, Add, Set, Remove)
- World.Tags.cs: String tag management
- World.Hierarchy.cs: Parent-child entity relationships
- World.Prefabs.cs: Prefab registration and instantiation
- World.Queries.cs: Query builder creation methods
- World.Systems.cs: System management (Add, Update, Enable, Disable)
- World.Singletons.cs: World-level singleton storage
- World.Validation.cs: Component validation configuration
- World.Extensions.cs: Plugin-provided API extensions
- World.Plugins.cs: Plugin lifecycle management
- World.Statistics.cs: Memory usage statistics
- World.Events.cs: Component and entity lifecycle events
- World.Messaging.cs: Immediate and queued message passing
- World.ChangeTracking.cs: Dirty flag tracking for components

This improves maintainability by grouping related functionality while preserving
all existing behavior and documentation.

873 of 879 branches covered (99.32%)

Branch coverage included in aggregate %.

236 of 241 new or added lines in 14 files covered. (97.93%)

1 existing line in 1 file now uncovered.

4972 of 5083 relevant lines covered (97.82%)

1.24 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
98.58
src/KeenEyes.Core/World.Entities.cs
2
84.62
src/KeenEyes.Core/World.Systems.cs
1
75.0
src/KeenEyes.Core/World.Validation.cs

Coverage Regressions

Lines Coverage ∆ File
1
94.66
-0.76% src/KeenEyes.Logging/Providers/FileLogProvider.cs
Jobs
ID Job ID Ran Files Coverage
1 20045835877.1 08 Dec 2025 11:09PM UTC 101
98.04
GitHub Action Run
Source Files on build 20045835877
  • Tree
  • List 101
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20045835877
  • 85c97c6d on github
  • Prev Build on main (#20045455541)
  • Next Build on main (#20048642961)
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