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

djeedai / bevy_hanabi / 14602170426
66%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2025 06:45PM UTC
Jobs 1
Files 29
Run time 2min
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

22 Apr 2025 06:39PM UTC coverage: 39.892% (+0.5%) from 39.373%
14602170426

push

github

web-flow
Fix `InitFillDispatchArgs` source offset (#458)

Fix the source buffer offset for the init fill dispatch pass reading from the
`GpuChildInfo` array the event count, and writing into the corresponding
`GpuDispatchIndirect` struct the number of workgroups to dispatch to handle
that number of events.

Remove the incorrect dependency to event buffers; the event buffers only store
the events themselves, which are unused here. Instead, the init fill dispatch
reads the event count, which is stored in the `GpuChildInfo` in a different
buffer.

Remove the dedicated `init_fill_dispatch` compute kernel; instead we can use
the generic `fill_dispatch` one since we're directly reading from and writing
to uniform arrays.

Create a separate batching queue type `InitFillDispatchQueue` for the indirect
init pass, which batches entries before they're submitted into the generic
queue of buffer operations. Remove all sorting from that generic collection,
now renamed `GpuBufferOperations`. Add support for separate queues of
operations submitted as transactional units and dispatched as a single compute
workload.

Fix `AlignedBufferVec::range_binding()` using the wrong (unaligned) item size,
leading to an incorrect binding.

62 of 162 new or added lines in 3 files covered. (38.27%)

5 existing lines in 2 files now uncovered.

3041 of 7623 relevant lines covered (39.89%)

17.6 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
57.45
-0.62% src/render/batch.rs
2
42.65
0.38% src/render/aligned_buffer_vec.rs
97
4.43
0.89% src/render/mod.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% src/render/event.rs
4
4.43
0.89% src/render/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 14602170426.1 22 Apr 2025 06:45PM UTC 29
39.89
GitHub Action Run
Source Files on build 14602170426
  • Tree
  • List 29
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a0e3c7d3 on github
  • Prev Build on main (#14578296881)
  • Next Build on main (#14602822889)
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