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

rust-bitcoin / rust-bitcoin / 8086856593
83%

Build:
DEFAULT BRANCH: master
Ran 28 Feb 2024 08:46PM UTC
Jobs 1
Files 87
Run time 12s
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

28 Feb 2024 08:45PM UTC coverage: 83.947%. Remained the same
8086856593

push

github

apoelstra
Merge rust-bitcoin/rust-bitcoin#2510: Trivial error cleanup

<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/86f8043e801c624731673283a3ee27c6b88edbd2">86f8043e8<a href="https://github.com/rust-bitcoin/rust-bitcoin/commit/162094322fc75c92d1241f2afd4514131683856d"> Remove Error suffix from variant (Tobin C. Harding)
<a class="double-link" href="https://github.com/rust-bitcoin/rust-bitcoin/commit/482c8cb7f8e172091dba1592ef49fbc415f33987">482c8cb7f</a> Clean up error type from impls (Tobin C. Harding)

Pull request description:

  Done while working on other error code; two trivial cleanups.

  This PR gives us a place to debate the current error `From` impl format. The canonical form is, as far as I understand:

  ```rust
  impl From<FooError> for Error {
      #[inline]
      fn from(e: FooError) -> Self { Self::Foo(e) }
  }
  ```

ACKs for top commit:
  apoelstra:
    utACK 86f8043e801c624731673283a3ee27c6b88edbd2
  Kixunil:
    ACK 86f8043e801c624731673283a3ee27c6b88edbd2

Tree-SHA512: 82169baf5dd93e253d92bf979e04a0fbac1

19438 of 23155 relevant lines covered (83.95%)

16752.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8086856593.1 28 Feb 2024 08:46PM UTC 0
83.95
GitHub Action Run
Source Files on build 8086856593
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #8086856593
  • 16209432 on github
  • Prev Build on master (#8085770950)
  • Next Build on master (#8097822909)
  • 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