|
Ran
|
Jobs
1
|
Files
117
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#3920: Make `io::Error` `Sync` <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/11a9dced766c56d6258af6f43d8691aaf7b2110f">11a9dced7<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/39dd3cad20950ab25696c45f9f74d0ca3bba2289"> api: Run just check-api (Tobin C. Harding) <a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/31dda6d53d4d014e88ca599ecee7a5fbdb88b9c1">31dda6d53</a> Make io::Error Sync (Tobin C. Harding) Pull request description: Currently we use a marker that contains an `UnsafeCell` but `UnsafeCell` is not `Sync` so this makes `io::Error` not `Sync`. We can instead wrap the `UnsafeCell` and implement `Sync` for it. Fix: #3883 ACKs for top commit: apoelstra: ACK 11a9dced766c56d6258af6f43d8691aaf7b2110f; successfully ran local tests Tree-SHA512: 77c89a32ed6d47395181ff2b60f3b9487a6
20846 of 25094 relevant lines covered (83.07%)
17429.93 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12895471895.1 | 117 |
83.07 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|