|
Ran
|
Jobs
1
|
Files
130
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4389: Create impl_mul_assign and impl_div_assign macros <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/a92cc71f658771776557ea0a40d1d095d3b6d482">a92cc71f6 Create impl_mul_assign and impl_div_assign macros (Shing Him Ng) Pull request description: The macros were called on type-rhs pairs that have an existing implementation of ops::Mul and ops::Div, respectively, that have an `Output` of `Self` Not as many types as I would have thought, but most of the operations result in a `NumOpResult`, which can't be then assigned back to the variable. Closes #4172 ACKs for top commit: apoelstra: ACK a92cc71f658771776557ea0a40d1d095d3b6d482; successfully ran local tests Tree-SHA512: 30cfb077bed746355dcc9c88feefc434e6e
34 of 36 new or added lines in 2 files covered. (94.44%)
22656 of 26935 relevant lines covered (84.11%)
16588.06 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
90.0 |
-10.0% | units/src/internal_macros.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14666549247.1 | 130 |
84.11 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|