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

djeedai / bevy_hanabi / 10255645346
66%

Build:
DEFAULT BRANCH: main
Ran 05 Aug 2024 08:38PM 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

05 Aug 2024 08:33PM UTC coverage: 59.863%. Remained the same
10255645346

push

github

web-flow
Fixes for 1.79, add MSRV check in CI (#361)

* Revert "Fix new linter: remove `std::mem::` (#352)"

Rust 1.80 added `size_of()` and `align_of()` to the prelude. However
Bevy's MSRV (and therefore Hanabi's) is 1.79, so still require the
`std::mem::` qualification.

This reverts commit 0663370cc.

* Remove `unused_qualifications` linter flag

This is necessary to build both with MSRV 1.79 (where `size_of()` needs
the `std::mem::` qualification) and 1.80 (where it was added to prelude
and doesn't need it). Otherwise there's always one version which fails
to build.

Fixes #360

* Add MSRV build to CI

* Run CI on hotfix/* branches

* Clippy fixes

* v0.12.2

3 of 3 new or added lines in 3 files covered. (100.0%)

3487 of 5825 relevant lines covered (59.86%)

23.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10255645346.1 05 Aug 2024 08:38PM UTC 29
59.86
GitHub Action Run
Source Files on build 10255645346
  • Tree
  • List 29
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 87a268d4 on github
  • Prev Build on main (#10221298832)
  • Next Build on main (#10395668511)
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