Closed iTrooz closed 1 year ago
Patch coverage: 66.66
% and project coverage change: -0.49
:warning:
Comparison is base (
eb1aa50
) 47.80% compared to head (93dc969
) 47.31%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
For some reason, these warnings are not shown by cargo clippy in this project, but are highlighted by vscode, maybe that's why they went undetected ?
The version of the Rust toolchain is pinned in the project, cf. https://github.com/vtavernier/efiboot-rs/blob/master/rust-toolchain.toml#L2. This makes it so the CI doesn't randomly break when new versions of clippy come out with new checks. Usually the VS Code plugin uses the latest rust-analyzer and I'd assume the latest version of clippy, hence the extra warnings.
:tada: This PR is included in version 1.1.0 :tada:
The release is available on:
v1.1.0
Your semantic-release bot :package::rocket:
For some reason, these warnings are not shown by cargo clippy in this project, but are highlighted by vscode, maybe that's why they went undetected ?