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

djeedai / bevy_hanabi / 10170357644
66%

Build:
DEFAULT BRANCH: main
Ran 30 Jul 2024 10:06PM 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

30 Jul 2024 09:59PM UTC coverage: 59.863%. Remained the same
10170357644

push

github

web-flow
Fix shader binding bug (#356)

Fix a bug where the render shader attempts to bind the `Spawner` storage
buffer as read-only, but that struct is defined as containing an atomic
variable, which according to the WGSL specification requires write
access. Add a pipeline define `SPAWNER_READONLY` to redefine that struct
field as non-atomic, to allow read-only binding.

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

3487 of 5825 relevant lines covered (59.86%)

23.35 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
26.53
0.0% src/render/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 10170357644.1 30 Jul 2024 10:06PM UTC 29
59.86
GitHub Action Run
Source Files on build 10170357644
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 05016ec6 on github
  • Prev Build on main (#10169494213)
  • Next Build on main (#10207104270)
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