|
Ran
|
Jobs
1
|
Files
87
|
Run time
7s
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#2362: Factor out `io::Error` from sighash errors <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/3c4f6850f4d985747105eb988969999b3163f0d2">3c4f6850f<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/434773d9938ae6357679c9d172402206de6cc667"> Flatten trivial errors. (Martin Habovstiak) <a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/a4d01d0b6ccea3d6b9b76945333c15fa8181ed8f">a4d01d0b6</a> Factor out `io::Error` from sighash errors (Martin Habovstiak) Pull request description: The hadnling of `io::Error` in sighash had a few problems: * It used `io::ErrorKind` instead of `io::Error` losing inforation * Changing `io::ErrorKind` to `io::Error` would disable `PartialEq`&co * The `Io` error wariants were duplicated It turns out all of these can be solved by moving the `Io` variant into a separate error. ACKs for top commit: apoelstra: ACK 3c4f6850f4d985747105eb988969999b3163f0d2 tcharding: ACK 3c4f6850f4d985747105eb988969999b3163f0d2 Tree-SHA512: b7ad6b692eee1d349458c1331a221f6d434
19227 of 22800 relevant lines covered (84.33%)
16941.95 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7642000564.1 | 0 |
84.33 |
GitHub Action Run |