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

djeedai / bevy_hanabi / 14010391093
66%

Build:
DEFAULT BRANCH: main
Ran 22 Mar 2025 04:36PM UTC
Jobs 1
Files 29
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

22 Mar 2025 04:31PM UTC coverage: 40.154% (+0.01%) from 40.144%
14010391093

push

github

web-flow
Fix sort binding offset not aligned to device limit (#439)

Some sort compute pass were using a dynamic binding offset not a multiple of
the device limit `min_storage_buffer_offset_alignment`. Instead of fixing the
alignment, since the compute shader already adds a custom `u32` offset, use
that offset to index precisely the dispatch indirect struct we want (12 bytes),
and always bind the entire buffer with a zero binding offset.

Fixes #438

0 of 8 new or added lines in 1 file covered. (0.0%)

2 existing lines in 2 files now uncovered.

3232 of 8049 relevant lines covered (40.15%)

18.68 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
3.46
-0.0% src/render/mod.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
3.46
-0.0% src/render/mod.rs
1
0.0
0.0% src/render/sort.rs
Jobs
ID Job ID Ran Files Coverage
1 14010391093.1 22 Mar 2025 04:36PM UTC 29
40.15
GitHub Action Run
Source Files on build 14010391093
  • Tree
  • List 29
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 028d96e7 on github
  • Prev Build on main (#13883985459)
  • Next Build on main (#14012780933)
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