|
Ran
|
Jobs
1
|
Files
116
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#3847: ParsePublicKeyError using hex::InvalidCharError <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/945fcd09209120ef8869a2e4165e866328cc9bd5">945fcd092 fix ParsePublicKeyError using hex::InvalidCharError (Innocent Onyemaenu) Pull request description: Replaced the InvalidChar variant u8 with hex::InvalidCharError Resolves #3835 changed InvalidChar variant of the ParsePublicKeyError from `u8` to `hex::InvalidCharError` ``` pub enum ParsePublicKeyError { ... /// Hex decoding error. InvalidChar(hex::InvalidCharError), ... } Also, modified the test cases to accommodate the new variant Why: - hex::InvalidCharError includes both the invalid character and its position. - This improves debugging and makes error messages more actionable. ACKs for top commit: apoelstra: ACK 945fcd09209120ef8869a2e4165e866328cc9bd5; successfully ran local tests; I like it clarkmoody: utACK 945fcd09209120ef8869a2e4165e866328cc9bd5 Tree-SHA512: c13446c09cc5eac96d16b36e46b866a6e45
8 of 10 new or added lines in 1 file covered. (80.0%)
20443 of 24767 relevant lines covered (82.54%)
17622.5 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12606080906.1 | 0 |
82.54 |
GitHub Action Run |