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

rust-bitcoin / rust-bitcoin / 10540415274
83%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2024 05:53PM UTC
Jobs 1
Files 98
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

24 Aug 2024 05:52PM UTC coverage: 82.767% (-0.04%) from 82.81%
10540415274

push

github

apoelstra
Merge rust-bitcoin/rust-bitcoin#3216: ecdsa: Improve error types

<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/9fb5edb39e55e576a54d9804ddae2fa8009f582a">9fb5edb39 ecdsa: Improve error types (Tobin C. Harding)

Pull request description:

  There are a couple of issues around the ECDSA signature decoding / parsing code. We have duplicate code in `from_str` and `from_slice` and both use the same error type even though it is impossible to get a hex error in `from_slice`.

  Create two errors:

  - A `DecodeError` returned by `from_slice`
  - A `FromStrError` that has a decode variant and a hex variant

  Call through to `from_slice` after parsing hex into a byte vector.

  Removes an instance of `unreachable!`.

  Fix: #1193

ACKs for top commit:
  Kixunil:
    ACK 9fb5edb39e55e576a54d9804ddae2fa8009f582a
  apoelstra:
    ACK 9fb5edb39e55e576a54d9804ddae2fa8009f582a successfully ran local tests

Tree-SHA512: 3b3ae31884dbbfefb94946d30558dbd2620

5 of 25 new or added lines in 2 files covered. (20.0%)

1 existing line in 1 file now uncovered.

19644 of 23734 relevant lines covered (82.77%)

15655.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10540415274.1 24 Aug 2024 05:52PM UTC 0
82.77
GitHub Action Run
Source Files on build 10540415274
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10540415274
  • 18bdd92d on github
  • Prev Build on master (#10539158634)
  • Next Build on master (#10547286219)
  • 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