|
11 | 11 | <a href="https://crates.io/crates/dash"><img alt="Crate Info" src="https://img.shields.io/crates/v/dash.svg"/></a> |
12 | 12 | <a href="https://github.com/dashevo/rust-dashcore/blob/master/LICENSE"><img alt="MIT or Apache-2.0 Licensed" src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg"/></a> |
13 | 13 | <a href="https://github.com/dashevo/rust-dashcore/actions?query=workflow%3AContinuous%20integration"><img alt="CI Status" src="https://github.com/dashevo/rust-dashcore/workflows/Continuous%20integration/badge.svg"></a> |
| 14 | + <a href="https://codecov.io/gh/dashpay/rust-dashcore/branch/master"><img alt="Coverage (master)" src="https://codecov.io/gh/dashpay/rust-dashcore/branch/master/graph/badge.svg"/></a> |
| 15 | + <a href="https://codecov.io/gh/dashpay/rust-dashcore/branch/v0.42-dev"><img alt="Coverage (develop)" src="https://codecov.io/gh/dashpay/rust-dashcore/branch/v0.42-dev/graph/badge.svg"/></a> |
14 | 16 | <a href="https://docs.rs"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-rust--dashcore-green"/></a> |
15 | 17 | <a href="#minimum-supported-rust-version-msrv"><img alt="Rustc Version 1.89+" src="https://img.shields.io/badge/rustc-1.89%2B-lightgrey.svg"/></a> |
16 | 18 | <img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/dashevo/rust-dashcore"> |
17 | 19 | </p> |
18 | 20 | </div> |
19 | 21 |
|
| 22 | +<details> |
| 23 | +<summary>Per-crate coverage</summary> |
| 24 | + |
| 25 | +| Crate | Coverage | |
| 26 | +|-------|----------| |
| 27 | +| dashcore | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dashcore) | |
| 28 | +| dashcore_hashes | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dashcore_hashes) | |
| 29 | +| dashcore-private | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dashcore-private) | |
| 30 | +| dash-network | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dash-network) | |
| 31 | +| dash-spv | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dash-spv) | |
| 32 | +| key-wallet | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=key-wallet) | |
| 33 | +| key-wallet-manager | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=key-wallet-manager) | |
| 34 | +| dash-network-ffi | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dash-network-ffi) | |
| 35 | +| dash-spv-ffi | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dash-spv-ffi) | |
| 36 | +| key-wallet-ffi | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=key-wallet-ffi) | |
| 37 | +| dashcore-rpc | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dashcore-rpc) | |
| 38 | +| dashcore-rpc-json | [](https://codecov.io/gh/dashpay/rust-dashcore?flags[0]=dashcore-rpc-json) | |
| 39 | + |
| 40 | +</details> |
| 41 | + |
20 | 42 | For contributors: see CONTRIBUTING.md and AGENTS.md for branch policy and commands. |
21 | 43 |
|
22 | 44 | [Documentation](https://dashcore.readme.io/docs) |
|
0 commit comments