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

bitcoindevkit / bdk / 21224262458
79%

Build:
DEFAULT BRANCH: master
Ran 21 Jan 2026 08:18PM UTC
Jobs 1
Files 28
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

21 Jan 2026 08:14PM UTC coverage: 78.926%. Remained the same
21224262458

push

github

oleonardolima
Merge bitcoindevkit/bdk#2099: Fix no-std compilation

<a class=hub.com/bitcoindevkit/bdk/commit/<a class="double-link" href="https://git"><a class=hub.com/bitcoindevkit/bdk/commit/546b07e23b6219693976d7a4eeaacdc7c304f04a">546b07e23 chore(example_cli,esplora): Fix no-std compilation (志宇)

Pull request description:

  ### Description

  `serde_json` requires either `std` or `alloc` feature enabled. We just enable `alloc` as we don't need the features that `std` provides.

  ### Notes to the reviewers

  `alloc` is just a subset of `std`. `json_serde` has `from_reader()` & `to_writer()` methods if `std` is enabled. We aren't using those methods so just having `alloc` is fine.

  I'm also not sure why an explicit `alloc` cargo feature flag is needed in `serde_json`. They can just have an internal prelude based on whether the `std` feature is enabled.

  ### Checklists

  #### All Submissions:

  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)

ACKs for top commit:
  luisschwab:
    ACK 546b07e23b6219693976d7a4eeaacdc7c304f04a
  oleonardolima:
    ACK 546b07e23b6219693976d7a4eeaacdc7c304f04a

Tree-SHA512: 05afc4d7ee83604627c4cffc8d4639f39c2

378 of 512 branches covered (73.83%)

Branch coverage included in aggregate %.

4236 of 5334 relevant lines covered (79.42%)

3077.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21224262458.1 21 Jan 2026 08:18PM UTC 28
78.93
GitHub Action Run
Source Files on build 21224262458
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • d0eaadff on github
  • Prev Build on master (#21207897136)
  • Next Build on master (#21315854708)
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