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

bitcoindevkit / rust-esplora-client
78%
master: 87%

Build:
Build:
LAST BUILD BRANCH: deps/bump-electrsd
DEFAULT BRANCH: master
Repo Added 15 Sep 2022 01:44PM CUT
Token IBUNjm6ZR7s6tsXsXsfQLk2BEDdzdiX0U regen
Build 408 Last
Files 4
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

LAST BUILD ON BRANCH 2022-09-add-feature-parity-tests
branch: 2022-09-add-feature-parity-tests
CHANGE BRANCH
x
Reset
Sync Branches
  • 2022-09-add-feature-parity-tests
  • 02-07-upgrade-bitcoin-0.31
  • 06-10-upgrade-bitcoin
  • 06-13-dev-dependencies
  • 10-16-upgrade-bitcoin
  • 2022-10-add-get-header-by-hash
  • 2022-10-fix-deprecation-version
  • 2022-10-get-merkle-block
  • 2023-03-expose-tls-backend-choice
  • 2024-01-switch-to-minreq
  • add-clippy-on-CI
  • adding_documentation
  • async-client-derive-clone-and-getters
  • blocks
  • bump-to-0.2.0
  • bump-to-v0.6.0
  • bump_electrsd
  • bump_to_v0.4.0
  • bump_to_v0.5.0
  • bump_version_010
  • bump_version_0100
  • chore/upgrade-and-bump-ci
  • ci-with-rust-stable-msrv
  • ci/codecov
  • ci/fix_cache
  • ci/msrv_163
  • ci/pin-deps
  • ci/pin-native-tls-to-0.2.13
  • ci/pin_url_dep
  • ci/test-msrv
  • ci/test_single_thread
  • code-cleanup
  • deps/bump-electrsd
  • deps/upgrade-rust-bitcoin-to-0.32.0
  • disable-default-features-bitcoin
  • einherjar/test-wasm
  • err-12-3
  • expose_electrum_errors
  • feat/add-tor-with-async-arti-hyper-feature
  • feat/retryable
  • feature/async_minreq_migration
  • feature/get_block_status
  • feature/query-block-hash-by-height
  • fix-confirmation-target-type
  • fix-socks-feature
  • fix-update
  • fix/blocking-retry
  • fix/ci-code-coverage-upload-artifact-action
  • fix/ci-msrv-pin-tokio-to-1.38.1
  • fix/convert-fee-rate
  • fix/hex_dependency
  • fix_readme
  • get-address-info
  • get-block
  • get_recent_blocks
  • http-header-support
  • macros/api
  • make-blocking-client-transparent
  • master
  • mempool
  • mempool/recommended-fees
  • patch-1
  • phlip9/fix-doc
  • phlip9/update-reqwest-0.12
  • pin_base64
  • pull/75
  • refactor/harmonize-variable-naming
  • refactor/improve-docs-and-async-client-methods
  • refactor/make-library-generic-over-any-http-client
  • refactor/minreq
  • refactor/use-default-tokio-or-sleep-fn
  • refs/pull/56/merge
  • refs/pull/57/merge
  • refs/pull/58/merge
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.10.0
  • refs/tags/v0.11.0
  • refs/tags/v0.12.0
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • relax-ureq
  • release-0.3.0
  • release/0.11.0
  • release/bump-version-to-0.12.0
  • remove-async-std-dep
  • return-error-issue#47
  • rust_version_163
  • submit-tx-pkg-clients
  • test-bitcoin
  • tx-status-no-opt
  • update-ureq-to-2.5.0
  • update_ci
  • v0_9_0

22 Sep 2022 12:46PM CUT coverage: 78.315% (+67.5%) from 10.832%
3105543035

Pull #10

github

GitHub
Merge d1b58772c into 17cf291a4
Pull Request #10: Add feature (parity) tests for API methods

291 of 292 new or added lines in 3 files covered. (99.66%)

40 existing lines in 2 files now uncovered.

632 of 807 relevant lines covered (78.31%)

2.82 hits per line

Relevant lines Covered
Build:
Build:
807 RELEVANT LINES 632 COVERED LINES
2.82 HITS PER LINE
Source Files on 2022-09-add-feature-parity-tests
  • Tree
  • List 4
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
25.76
src/api.rs142 66 17 + 1749 - 1711.0 + 11
59.5
src/blocking.rs310 200 119 + 11981 - 1192.0 + 2
83.64
src/async.rs251 165 138 + 13827 - 1382.0 + 2
95.21
src/lib.rs624 + 378376 + 290358 + 30218 - 124.0 - 10
Showing 1 to 4 of 4 entries
  • Previous
  • 1
  • Next
  • ►
    78.31
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3105543035 2022-09-add-feature-parity-tests Merge d1b58772c into 17cf291a4 Pull #10 22 Sep 2022 12:46PM CUT GitHub github
78.31
3105350419 2022-09-add-feature-parity-tests Merge 8fb499b6c into 17cf291a4 Pull #10 22 Sep 2022 12:15PM CUT GitHub github
78.31
3105189939 2022-09-add-feature-parity-tests Merge 170a40323 into 17cf291a4 Pull #10 22 Sep 2022 11:50AM CUT GitHub github
78.31
3105036436 2022-09-add-feature-parity-tests Merge 794b93a98 into 17cf291a4 Pull #10 22 Sep 2022 11:25AM CUT GitHub github
78.45
3104967620 2022-09-add-feature-parity-tests Merge 1a9037873 into 17cf291a4 Pull #10 22 Sep 2022 11:14AM CUT GitHub github
78.45
3098112641 2022-09-add-feature-parity-tests Merge 4fdd176d7 into 590a01bd6 Pull #10 21 Sep 2022 01:20PM CUT GitHub github
78.45
3097937087 2022-09-add-feature-parity-tests Merge babd7e636 into 590a01bd6 Pull #10 21 Sep 2022 12:52PM CUT GitHub github
75.78
3097898493 2022-09-add-feature-parity-tests Merge 7b113a1c9 into 590a01bd6 Pull #10 21 Sep 2022 12:46PM CUT GitHub github
75.59
3072455806 2022-09-add-feature-parity-tests Merge 068d10f0e into 22faf528d Pull #10 17 Sep 2022 06:59AM CUT GitHub github
71.49
3068515218 2022-09-add-feature-parity-tests Merge 0624093f6 into 22faf528d Pull #10 16 Sep 2022 02:21PM CUT GitHub github
72.35
See All Builds (324)

Badge your Repo: rust-esplora-client

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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