|
Ran
|
Jobs
1
|
Files
130
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4717: script: Remove public re-exports <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/ae1c0ed60bacf36df939aa9a8ab16b166bae0a55">ae1c0ed60 script: Remove public re-exports (Tobin C. Harding) Pull request description: By convention we do not re-export things from modules where they are used. Also the `borrowed` and `owned` modules are private so these public re-exports make no sense. FTR users can do both of these already - `use bitcoin::script::{Script, ScriptBuf};` - `use bitcoin::{Script, ScriptBuf};` ACKs for top commit: apoelstra: ACK ae1c0ed60bacf36df939aa9a8ab16b166bae0a55; successfully ran local tests Tree-SHA512: 1ba792597bb1a19a45e7ca1df2af055a4da
21379 of 25584 relevant lines covered (83.56%)
15229.31 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16425226767.1 | 130 |
83.56 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|