• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rust-bitcoin / rust-bitcoin / 12606080906
83%

Build:
DEFAULT BRANCH: master
Ran 04 Jan 2025 01:06AM UTC
Jobs 1
Files 116
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jan 2025 01:05AM UTC coverage: 82.541% (-0.004%) from 82.545%
12606080906

push

github

apoelstra
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

Jobs
ID Job ID Ran Files Coverage
1 12606080906.1 04 Jan 2025 01:06AM UTC 0
82.54
GitHub Action Run
Source Files on build 12606080906
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #12606080906
  • 72cc88d9 on github
  • Prev Build on master (#12605742792)
  • Next Build on master (#12607401759)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc