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

orion-ecs / keen-eye / 20249145120
65%

Build:
DEFAULT BRANCH: main
Ran 15 Dec 2025 10:11PM UTC
Jobs 1
Files 181
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

15 Dec 2025 10:10PM UTC coverage: 91.753% (+0.2%) from 91.561%
20249145120

push

github

tyevco
refactor: Remove unused generic type parameters from query types

QueryBuilder and QueryEnumerator had generic type parameters (T1..T4) that
were phantom types - they were only used in constructors to register types
into QueryDescription, then never used again.

This consolidation:
- Replaces 4 generic QueryEnumerator types with single non-generic QueryEnumerator
- Replaces 4 generic QueryBuilder types with single non-generic QueryBuilder
- Replaces 4 generic IQueryBuilder interfaces with single IQueryBuilder
- Updates World.Query<T>() to create QueryBuilder and call WithWrite<T>()
- Updates ParallelQueryExtensions to extend non-generic QueryBuilder
- Removes ~880 lines of duplicated code

The API remains the same for callers:
  world.Query<Position, Velocity>().With<Active>().Without<Frozen>()

The generic constraints are still enforced at the World.Query<T>() entry point.

1812 of 1964 branches covered (92.26%)

Branch coverage included in aggregate %.

41 of 46 new or added lines in 3 files covered. (89.13%)

9925 of 10828 relevant lines covered (91.66%)

1.45 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
89.89
13.91% src/KeenEyes.Core/Queries/QueryBuilder.cs
1
87.5
0.0% src/KeenEyes.Core/World.Queries.cs
Jobs
ID Job ID Ran Files Coverage
1 20249145120.1 15 Dec 2025 10:11PM UTC 181
91.75
GitHub Action Run
Source Files on build 20249145120
  • Tree
  • List 181
  • Changed 6
  • Source Changed 5
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20249145120
  • 763efa49 on github
  • Prev Build on main (#20249085696)
  • Next Build on main (#20255898710)
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