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

orion-ecs / keen-eye / 20249145120 / 1
65%
main: 65%

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

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 %.

9925 of 10828 relevant lines covered (91.66%)

1.45 hits per line

Source Files on job 20249145120.1
  • 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 Build 20249145120
  • 763efa49 on github
  • Prev Job for on main (#20249085696.1)
  • Next Job for on main (#20255898710.1)
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