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

djeedai / bevy_hanabi / 30177227450
58%

Build:
DEFAULT BRANCH: main
Ran 25 Jul 2026 10:24PM UTC
Jobs 1
Files 35
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

25 Jul 2026 10:15PM UTC coverage: 58.445% (-0.7%) from 59.154%
30177227450

push

github

web-flow
Pack `EffectMetadata` and bind as array (#553)

Bind the `EffectMetadata` struct describing the per-effect-instance data
as an array. This allows compacting the struct and avoiding
device-mandated padding. This also greatly simplifies the `vfx_indirect`
shader which know can use the typed struct instead of manipulating
type-erased `u32`/`f32` values.

Fix missing GPU thread capping in CPU-based init and in update passes,
to early out when the thread has no particle to process, instead of
doing a useless binary search. GPU-based init continues to do the binary
search, which is anyway currently operating on a single-element array
(no GPU event batching).

Update the `instancing` example to use properties per effect, to prove
property batching works.

139 of 320 new or added lines in 7 files covered. (43.44%)

41 existing lines in 2 files now uncovered.

5426 of 9284 relevant lines covered (58.44%)

678.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
107
42.79
-1.63% src/render/mod.rs
52
65.28
-4.97% src/render/property.rs
13
32.34
2.93% src/render/sort.rs
7
79.71
-2.11% src/render/batch.rs
2
31.56
-4.04% src/plugin.rs

Coverage Regressions

Lines Coverage ∆ File
35
42.79
-1.63% src/render/mod.rs
6
65.28
-4.97% src/render/property.rs
Jobs
ID Job ID Ran Files Coverage
1 30177227450.1 25 Jul 2026 10:24PM UTC 35
58.44
GitHub Action Run
Source Files on build 30177227450
  • Tree
  • List 35
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5331f52a on github
  • Prev Build on main (#29365689942)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc