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

djeedai / bevy_hanabi / 15798224961
66%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2025 06:18PM UTC
Jobs 1
Files 32
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 Jun 2025 05:56PM UTC coverage: 66.61% (+0.07%) from 66.537%
15798224961

push

github

web-flow
Fix codegen bugs around modifier and color mask (#481)

Fix two bugs in codegen:
- `ColorBlendMask::to_component()` had a wrong `0..3` iterator for
  components, should be `0..=3` to include the Alpha one.
- `ColorOverLifetimeModifier` had a typo (double line ending), and was
  using some invalid WGSL construct (can't assign `color.rgb`, need to
  construct a full `vec4<f32>` then assign as a whole).

Fixes #479

1 of 4 new or added lines in 1 file covered. (25.0%)

5139 of 7715 relevant lines covered (66.61%)

304.63 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
59.22
3.29% src/modifier/output.rs
Jobs
ID Job ID Ran Files Coverage
1 15798224961.1 21 Jun 2025 06:18PM UTC 32
66.61
GitHub Action Run
Source Files on build 15798224961
  • Tree
  • List 32
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8df8fa78 on github
  • Prev Build on main (#15365544988)
  • Next Build on main (#15798904429)
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