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

djeedai / bevy_hanabi / 12443878803
66%

Build:
DEFAULT BRANCH: main
Ran 21 Dec 2024 09:07AM UTC
Jobs 1
Files 26
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

21 Dec 2024 09:01AM UTC coverage: 48.369% (-0.3%) from 48.638%
12443878803

push

github

web-flow
Start transitioning to retained render world (#409)

Start to transition the internal rendering implementation to leverage
the retained render world introduced in Bevy 0.15.

This change moves the `CachedEffect` and `DispatchBufferIndices` out of
the `EffectCache`, and convert them to components added to the render
world entity spawned and synchronized via `SyncToRenderWorld` with the
main world entity owning the effect instance.

As part of this change, split the addition and removal of new effect
instances into a separate `add_remove_effects()` system which runs
before the `prepare_effects()` system.

Also fix a small bug with opaque particles not rendered in some cases;
this is hypothetical, but `EffectShaderSource::generate()` was not
setting the `LayoutFlags::OPAQUE`.

22 of 146 new or added lines in 4 files covered. (15.07%)

18 existing lines in 2 files now uncovered.

3100 of 6409 relevant lines covered (48.37%)

21.52 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% src/render/batch.rs
11
69.84
-1.09% src/lib.rs
16
59.3
-0.36% src/render/effect_cache.rs
96
1.78
-0.02% src/render/mod.rs

Uncovered Existing Lines

Lines Coverage ∆ File
6
59.3
-0.36% src/render/effect_cache.rs
12
1.78
-0.02% src/render/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 12443878803.1 21 Dec 2024 09:07AM UTC 26
48.37
GitHub Action Run
Source Files on build 12443878803
  • Tree
  • List 26
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e7cc5144 on github
  • Prev Build on main (#12244055658)
  • Next Build on main (#12448485308)
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