|
Ran
|
Jobs
1
|
Files
130
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4669: bitcoin: Add public ext modules <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/17dd64003b2f1dc8ad6ff47f7dbdf942731c3a90">17dd64003 bitcoin: Add crate level public ext module (Tobin C. Harding) Pull request description: bitcoin: Add crate level public ext module Add a public `ext` module and re-export all the extension traits anonymously traits so users can use wildcard imports of form: `use bitcoin::ext::*;` If, for some reason, users want the name in scope they have to go to the module its defined in e.g., `use bitcoin::script::ScriptExt`. Update all files in the `examples` directory to use wildcard import, thereby verifying it all works as expected. Note this is not exactly what is described in issue #4660 but it resolves it none the less. Close: #4660 ACKs for top commit: apoelstra: ACK 17dd64003b2f1dc8ad6ff47f7dbdf942731c3a90; successfully ran local tests Tree-SHA512: 32a553ebbbe4054ab0aec22286186f8dd7b
21379 of 25584 relevant lines covered (83.56%)
15241.01 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16421789385.1 | 130 |
83.56 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|