bitcoindevkit / rust-esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.
MIT License
29 stars 44 forks source link

ci: test WASM #62

Closed realeinherjar closed 11 months ago

realeinherjar commented 1 year ago

Since #59 mentioned that wasm would break under certain circumstances, we have no idea when it will break. Hence, this PR adds WASM checks in the CI.

From @LLFourn in #59:

PS are we testing this crate on WASM? If not PR fixing that before this one would be good.

realeinherjar commented 1 year ago

MSRV is broken. I will work on a fix in a new PR and rebase this one.

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 6645467208

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/api.rs 1 28.99%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6407211107: -0.03%
Covered Lines: 907
Relevant Lines: 1144

💛 - Coveralls