|
Ran
|
Files
126
|
Run time
9s
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4228: docs: Update README to replace use of mutagen with cargo-mutants <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/199f57849acd9845902a8090ad6490a61ee03d24">199f57849<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/c23402c330a021285023ea0071703a70370ebd28"> Remove references to cfg(mutate) from lint allow - no longer allowed (AM) <a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/a65d1d8b95156e98c9645e89d11e15f45443bf60">a65d1d8b9</a> docs: Update README to replace use of mutagen with cargo-mutants (AM) Pull request description: Hey there! I am just getting up to speed with the project and in following the README discovered that there are still references to the previous mutation testing tool `mutagen`. I updated the README to refer to the new tool, `cargo-mutation`. I'm suggesting the user use the same command, `cargo mutants --in-place --no-shuffle`, as is run in the weekly CI workflow. I noticed that there are still references to the old `mutate` attribute in the following files. I removed these as well as per [feedback](https://github.com/rust-bitcoin/rust-bitcoin/pull/4228#issuecomment-2709407253). `primitives/Cargo.toml`: ``` [lints.rust] unexpected_cfgs = { level = "deny", check-cfg = ['cfg(mutate)'] } ``` and `bitcoin/Cargo.toml`: ``` unexpected_cfgs = { level = "deny", check-cfg = ['cfg(bench)', 'cfg(fuzzing)', 'cfg(kani)', 'cfg(mutate)'] } ``` Update to PR: removed incorrect understanding of logic in PR description as per [feedback](https://github.com/rust-bitcoin/rust-bitcoin/pull/4228#issuecomment-2709408598) and removed `cfg(mutate)` from above 2 files. ACKs for top commit: tcharding: ACK 199f57849acd9845902a8090ad6490a61ee03d24 apoelstra: ACK 199f57849acd9845902a8090ad6490a61ee03d24; successfully ran local tests Tree-SHA512: e154c504a9e692b0d5477367bc710f7a29e
21700 of 26118 relevant lines covered (83.08%)
16882.27 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|