Ran
|
Jobs
1
|
Files
29
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
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
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10255645346.1 | 29 |
59.86 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|