|
Ran
|
Jobs
1
|
Files
130
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4461: Implementing Div<NonZeroU64|I64> for Amount, SignedAmount, FeeRate, and and Weight <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/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/fe577cd04e64488371aa62b872e2b88050d4948f">fe577cd04 Implement Div<NonZeroU64|I64> for Amount, SignedAmount, FeeRate, and Weight (frankomosh) Pull request description: The pr implements `Div<NonZeroU64>` and `Div<NonZeroI64>` for the following types in `units` crate: `Amount`, `SignedAmount`, `FeeRate`, `Weight` For handling owned/borrowed variants, each impl is wrapped in the existing `impl_op_for_references!` macro, which generates: `T / NonZero*` , `&T / NonZero*`, `T / &NonZero*`, `&T / &NonZero*` close: #4442 ACKs for top commit: Kixunil: ACK fe577cd04e64488371aa62b872e2b88050d4948f apoelstra: ACK fe577cd04e64488371aa62b872e2b88050d4948f; successfully ran local tests tcharding: ACK fe577cd04e64488371aa62b872e2b88050d4948f Tree-SHA512: b9b4a9f46ca9d80b37780442b167556b5b4
28 of 28 new or added lines in 3 files covered. (100.0%)
1 existing line in 1 file now uncovered.23256 of 27498 relevant lines covered (84.57%)
16083.69 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
86.38 |
0.31% | bitcoin/src/psbt/mod.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15009815245.1 | 130 |
84.57 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|