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

orion-ecs / keen-eye / 20215139467
65%

Build:
DEFAULT BRANCH: main
Ran 14 Dec 2025 10:33PM UTC
Jobs 1
Files 179
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 10:31PM UTC coverage: 91.554% (-0.5%) from 92.016%
20215139467

push

github

tyevco
fix: Remove redundant field assignments in primary constructors

Removed redundant field assignments in ArchetypeManager and ChunkPool
that duplicate primary constructor parameters. In C# 12+, primary
constructor parameters are automatically captured and available
throughout the class, making explicit field assignments unnecessary.

Changes:
- ArchetypeManager: Removed redundant componentRegistry field
- ChunkPool: Removed redundant maxChunksPerArchetype field

Both classes now use the primary constructor parameters directly,
following modern C# conventions and reducing code duplication.

Fixes #329

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Tyler Coles <tyevco@users.noreply.github.com>

1845 of 2004 branches covered (92.07%)

Branch coverage included in aggregate %.

10122 of 11067 relevant lines covered (91.46%)

1.45 hits per line

Coverage Regressions

Lines Coverage ∆ File
89
70.4
-17.7% src/KeenEyes.Physics/Core/PhysicsWorld.cs
3
95.83
0.06% src/KeenEyes.Physics/PhysicsPlugin.cs
1
85.71
-1.19% src/KeenEyes.Core/Queries/QueryManager.cs
Jobs
ID Job ID Ran Files Coverage
1 20215139467.1 14 Dec 2025 10:33PM UTC 179
91.55
GitHub Action Run
Source Files on build 20215139467
  • Tree
  • List 179
  • Changed 6
  • Source Changed 4
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20215139467
  • 1f681d41 on github
  • Prev Build on main (#20214732309)
  • Next Build on main (#20215260676)
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