|
Ran
|
Jobs
1
|
Files
129
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4297: chore: remove unused serde_json dep <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/6ba0e46b53fbc9d6ea0c3e23a553920581930e75">6ba0e46b5 chore: remove unused serde_json dep (lfg2) Pull request description: checked by [shear](https://github.com/boshen/cargo-shear) ``` bitcoin_hashes -- hashes/Cargo.toml: serde_json Fixed 1 dependencies! ``` cargo +nightly build in local env is ok, local cargo.lock is ok(not include serde_json) so no need update cargo.lock ``` [[package]] name = "bitcoin_hashes" version = "0.16.0" dependencies = [ "bitcoin-internals", "hex-conservative 0.3.0", "serde", "serde_test", ] ``` but check CI seems need update `error: the lock file /home/runner/work/rust-bitcoin/rust-bitcoin/Cargo.lock needs to be updated but --locked was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.` ACKs for top commit: Kixunil: ACK 6ba0e46b53fbc9d6ea0c3e23a553920581930e75 apoelstra: ACK 6ba0e46b53fbc9d6ea0c3e23a553920581930e75; successfully ran local tests Tree-SHA512: 68a444e05dedf932e41ef92edc60bcc43a4
22235 of 26583 relevant lines covered (83.64%)
16821.36 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 144 |
77.47 |
-0.03% | bitcoin/src/taproot/mod.rs |
| 138 |
67.68 |
0.52% | bitcoin/src/crypto/key.rs |
| 39 |
48.86 |
2.55% | bitcoin/src/taproot/merkle_branch/borrowed.rs |
| 37 |
39.84 |
0.0% | bitcoin/src/blockdata/script/push_bytes.rs |
| 32 |
86.08 |
-0.18% | bitcoin/src/bip32.rs |
| 31 |
78.82 |
0.97% | primitives/src/script/mod.rs |
| 30 |
90.03 |
5.04% | primitives/src/witness.rs |
| 29 |
92.21 |
-0.03% | bitcoin/src/address/mod.rs |
| 21 |
80.15 |
0.0% | bitcoin/src/bip152.rs |
| 20 |
42.62 |
0.96% | bitcoin/src/taproot/merkle_branch/buf.rs |
| 17 |
93.2 |
0.0% | bitcoin/src/bip158.rs |
| 17 |
82.67 |
-0.34% | units/src/amount/signed.rs |
| 14 |
77.89 |
-5.63% | internals/src/slice.rs |
| 11 |
21.74 |
-23.26% | bitcoin/src/taproot/merkle_branch/mod.rs |
| 9 |
91.89 |
-0.09% | hashes/src/hmac/mod.rs |
| 6 |
45.45 |
1.27% | hashes/src/sha256t/mod.rs |
| 3 |
92.61 |
0.15% | bitcoin/src/p2p/message.rs |
| 1 |
98.73 |
0.01% | base58/src/lib.rs |
| 1 |
91.67 |
14.74% | internals/src/array.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14160102356.1 | 129 |
83.64 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|