|
Ran
|
Jobs
1
|
Files
98
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#3227: feat: remove zeroed vector by pushing front <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/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/441aac0a087254fdd56fc744b937f9d16d59583f">441aac0a0<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/d7ac6af5b42e2178710c833e87b99f838578efe3"> fix: vec! macro enabled only for test module (Chris Hyunhum Cho) <a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/a050618fd87323cc284b04826ae78911a2f32d80">a050618fd</a> feat: remove zeroed vector by pushing front (Chris Hyunhum Cho) Pull request description: Remove useless zeroed vector following https://github.com/rust-bitcoin/rust-bitcoin/issues/3131. 1. Init vector with capacity not to realloc when pushing. 2. If vector is empty(the first iteration), push data from the front. 3. Iterate vector from the front, and copy it from the end. ACKs for top commit: apoelstra: ACK 441aac0a087254fdd56fc744b937f9d16d59583f successfully ran local tests jamillambert: ACK 441aac0a087254fdd56fc744b937f9d16d59583f Kixunil: ACK 441aac0a087254fdd56fc744b937f9d16d59583f Tree-SHA512: dee934f674891f060b5730a52e10767369e
12 of 12 new or added lines in 1 file covered. (100.0%)
19645 of 23738 relevant lines covered (82.76%)
15677.16 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 10567848333.1 | 0 |
82.76 |
GitHub Action Run |