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

djeedai / bevy_hanabi / 8574322180
66%

Build:
DEFAULT BRANCH: main
Ran 05 Apr 2024 06:47PM UTC
Jobs 1
Files 28
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

05 Apr 2024 06:42PM UTC coverage: 52.846% (-0.001%) from 52.847%
8574322180

push

github

web-flow
Fix effect properties ignored (#312)

Fix effect properties being ignored because there's no
`EffectProperties` component (and no code to auto-spawn it, despite the
documentation stating otherwise). Require the component instead to be
added always, and add it to `ParticleEffectBundle`. The alternative of
auto-spawning is rendered complex by the fact the decision requires
inspected the `EffectAsset`'s `Module` looking for properties, which
requires multiple levels of indirection, so would be rather expensive to
execute each frame on effects which doesn't require the component (so
keep not having it and require to be re-checked each frame).

Fixes #309

1 of 2 new or added lines in 2 files covered. (50.0%)

3073 of 5815 relevant lines covered (52.85%)

23.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8574322180.1 05 Apr 2024 06:47PM UTC 0
52.85
GitHub Action Run
Source Files on build 8574322180
Detailed source file information is not available for this build.
  • Back to Repo
  • 6c7425a3 on github
  • Prev Build on main (#8530634912)
  • Next Build on main (#8580551908)
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