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

djeedai / bevy_hanabi / 12448485308
66%

Build:
DEFAULT BRANCH: main
Ran 21 Dec 2024 09:17PM UTC
Jobs 1
Files 26
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

21 Dec 2024 09:11PM UTC coverage: 48.257% (-0.1%) from 48.369%
12448485308

push

github

web-flow
Retain mesh and property into separate components (#410)

Retain the mesh and the properties of an effect instance into separate
components (namely, `CachedMesh` and `CachedProperties`).

Directly process effect instances from extracted data, instead of
inserting a modified representation (batch input) and processing that.
This simplify the code and removes some unnecessary copies.

Split the batching operation (which currently doesn't batch anything)
into a separate `batch_effects()` system, which reads all the cached
effects directly from the ECS world, after `prepare_effects()` updated
them from the extracted ones.

0 of 202 new or added lines in 2 files covered. (0.0%)

7 existing lines in 1 file now uncovered.

3100 of 6424 relevant lines covered (48.26%)

21.47 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
0.0
0.0% src/render/batch.rs
194
1.76
-0.01% src/render/mod.rs

Uncovered Existing Lines

Lines Coverage ∆ File
7
1.76
-0.01% src/render/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 12448485308.1 21 Dec 2024 09:17PM UTC 26
48.26
GitHub Action Run
Source Files on build 12448485308
  • Tree
  • List 26
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 47db9f50 on github
  • Prev Build on main (#12443878803)
  • Next Build on main (#12455183451)
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