|
Ran
|
Jobs
1
|
Files
121
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4014: Return `Self::Output` from `ops::Rem` <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/94f9bac6aadec17bbda66f7ad23a970fccdd840e">94f9bac6a Return Self::Output from ops::Rem (Tobin C. Harding) Pull request description: The ops traits return `Self::Output` not `Self`. The current code builds because `Self` and `Self::Output` are both the same type. Use `Self::Output` as the return value of `ops::Rem`. ACKs for top commit: Kixunil: ACK 94f9bac6aadec17bbda66f7ad23a970fccdd840e apoelstra: ACK 94f9bac6aadec17bbda66f7ad23a970fccdd840e; successfully ran local tests Tree-SHA512: da609b7963f95c92b1f9e2109b1f6b28850
2 of 2 new or added lines in 2 files covered. (100.0%)
20738 of 25115 relevant lines covered (82.57%)
17357.97 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13227554026.1 | 121 |
82.57 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|