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

bitcoindevkit / rust-esplora-client / 15939070186
91%

Build:
DEFAULT BRANCH: master
Ran 28 Jun 2025 01:39AM UTC
Jobs 1
Files 4
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

28 Jun 2025 01:36AM UTC coverage: 87.594%. Remained the same
15939070186

push

github

notmandatory
Merge bitcoindevkit/rust-esplora-client#129: doc: fix `cargo doc` builds when non-default features selected

<a class=hub.com/bitcoindevkit/rust-esplora-client/commit/6eece871f422635d66a699a661e64440cc010c4b">6eece871f doc: fix cargo doc builds when non-default features selected (Philip Kannegaard Hayes)

Pull request description:

  While upgrading to `v0.12.0` our `cargo doc` builds broke:

  ```bash
  $ cargo doc --no-default-features --features=async,tokio

  # ...

  error: unresolved link to `minreq`
    --> /Users/phlip9/dev/esplora-client/src/lib.rs:54:42
     |
  54 | //! * `blocking-https-bundled` enables [`minreq`], the blocking client with proxy and TLS (SSL)
     |                                          ^^^^^^ no item named `minreq` in scope
     |
     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

  error: public documentation for `max_retries` links to private item `RETRYABLE_ERROR_CODES`
     --> /Users/phlip9/dev/esplora-client/src/lib.rs:171:21
      |
  171 |     /// is one of [`RETRYABLE_ERROR_CODES`].
      |                     ^^^^^^^^^^^^^^^^^^^^^ this item is private

  # ... etc
  ```

  To keep the nice doc links to `minreq` and `reqwest`, I just pointed them to <https://docs.rs/minreq> and <https://docs.rs/reqwest> respectively. It won't resolve to the exact version, but it's better than nothing IMO.

ACKs for top commit:
  notmandatory:
    ACK 6eece871f422635d66a699a661e64440cc010c4b

Tree-SHA512: fafe244225b4012a1c3519560acc12f1e21

1052 of 1201 relevant lines covered (87.59%)

7.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15939070186.1 28 Jun 2025 01:39AM UTC 4
87.59
GitHub Action Run
Source Files on build 15939070186
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 900d508d on github
  • Prev Build on master (#15916798408)
  • Next Build on master (#16269444601)
  • 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

© 2025 Coveralls, Inc