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

orion-ecs / keen-eye / 20142704376
65%

Build:
DEFAULT BRANCH: main
Ran 11 Dec 2025 06:05PM UTC
Jobs 1
Files 124
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

11 Dec 2025 06:04PM UTC coverage: 94.878% (+0.1%) from 94.761%
20142704376

push

github

tyevco
feat: Add With(TBundle) extension methods for EntityBuilder

Generate extension methods that allow EntityBuilder to accept bundle
instances directly via With(bundle), enabling cleaner syntax:

  var bundle = new TransformBundle(position, rotation, scale);
  var entity = world.Spawn().With(bundle).Build();

Generated code includes:
- Generic With<TSelf>(TSelf builder, TBundle bundle) for fluent chaining
- Non-generic With(IEntityBuilder builder, TBundle bundle) for interface usage
- Proper XML documentation for all generated methods

Tests verify:
- Method generation for various bundle types
- All bundle components are added correctly
- Both generic and non-generic overloads exist
- XML documentation is present
- Compatibility with existing WithBundleName() methods

Part of #238 - Bundle EntityBuilder Integration

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

Co-authored-by: Tyler Coles <tyevco@users.noreply.github.com>

1150 of 1223 branches covered (94.03%)

Branch coverage included in aggregate %.

27 of 27 new or added lines in 1 file covered. (100.0%)

8 existing lines in 1 file now uncovered.

6334 of 6665 relevant lines covered (95.03%)

1.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
98.19
0.68% src/KeenEyes.Generators/BundleGenerator.cs
Jobs
ID Job ID Ran Files Coverage
1 20142704376.1 11 Dec 2025 06:05PM UTC 124
94.88
GitHub Action Run
Source Files on build 20142704376
  • Tree
  • List 124
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20142704376
  • 61f3bea2 on github
  • Prev Build on main (#20141096729)
  • Next Build on main (#20144153172)
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