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

rust-bitcoin / rust-bitcoin / 16885861751
83%

Build:
DEFAULT BRANCH: master
Ran 11 Aug 2025 04:21PM UTC
Jobs 1
Files 132
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

11 Aug 2025 04:20PM UTC coverage: 83.384% (-0.1%) from 83.504%
16885861751

push

github

apoelstra
Merge rust-bitcoin/rust-bitcoin#4806: Remove serde impls from some primitive types

<a class=hub.com/rust-bitcoin/rust-bitcoin/commit/5a55967e0f774731d02f8d34ccccb4d05d8cfb7f">5a55967e0 Remove serde impls from some primitive types (Tobin C. Harding)

Pull request description:

  Remove `serde` impls for anything that is not one of the following:
  
  - Already has a custom impl
  - The derive is obvious and not likely to change i.e., its a simple
    wrapper type (implies the getter just returns the inner type).
  
  Explicitly this removes `serde` impls from:
  
  - `Block`
  - `block::Header`
  - `Transaction`
  - `TxIn`
  - `TxOut`
  
  Note that these can still be serde de/serialized using consensus encoding. Currently only by using `bitcoin` but if/when `consensus_encoding` crate comes into existence we can add support there as is done currently in `bitcoin::consensus::serde`.
  
  
  Close: #3034


ACKs for top commit:
  apoelstra:
    ACK 5a55967e0f774731d02f8d34ccccb4d05d8cfb7f; successfully ran local tests


Tree-SHA512: bceb0d6623f6a84299297ad9c90a9b1521b

21533 of 25824 relevant lines covered (83.38%)

15097.54 hits per line

Coverage Regressions

Lines Coverage ∆ File
24
15.93
-21.24% internals/src/serde.rs
5
87.73
-1.53% units/src/locktime/absolute/mod.rs
5
54.55
-22.73% units/src/time.rs
1
80.33
-0.82% hashes/src/macros.rs
1
96.36
-0.23% primitives/src/witness.rs
Jobs
ID Job ID Ran Files Coverage
1 16885861751.1 11 Aug 2025 04:21PM UTC 132
83.38
GitHub Action Run
Source Files on build 16885861751
  • Tree
  • List 132
  • Changed 9
  • Source Changed 3
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16885861751
  • dfdee29d on github
  • Prev Build on master (#16881936730)
  • Next Build on master (#16887512361)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc