|
Ran
|
Jobs
1
|
Files
98
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#3272: Fix bug in `ArrayVec::extend_from_slice` <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/4024ba59103a84dcc94d3d2208f64b26ac478c0d">4024ba591<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/904fefba5ac5d7b7d73d0139ed72d724568ddd89"> Add unit test for ArrayVec::extend_from_slice (Tobin C. Harding) <a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/798c9cff1c9e85bbfbb41a0f80336b7391b41a45">798c9cff1</a> Fix bug in ArrayVec::extend_from_slice (Tobin C. Harding) Pull request description: Currently the source slice must be the exact length to fill the array to max capacity, this is an unnecessary restriction since an `ArrayVec` is a variable sized data structure. Set the destination slice to be the same length as the source slice (still maintain capacity checks). ACKs for top commit: Kixunil: ACK 4024ba59103a84dcc94d3d2208f64b26ac478c0d apoelstra: ACK 4024ba59103a84dcc94d3d2208f64b26ac478c0d successfully ran local tests Tree-SHA512: b7a510ba6a50b60d419c88800192548b3ab
5 of 5 new or added lines in 1 file covered. (100.0%)
19702 of 23809 relevant lines covered (82.75%)
15603.51 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 10636236016.1 | 0 |
82.75 |
GitHub Action Run |