Chia-Network / chia_rs

Rust crate & wheel with consensus code
Apache License 2.0
19 stars 24 forks source link

Test `get_puzzle_and_solution_for_coin()` #650

Closed arvidn closed 1 month ago

arvidn commented 1 month ago

Adds a test for the python binding as well as the underlying rust implementation

coveralls-official[bot] commented 1 month ago

Pull Request Test Coverage Report for Build 10283232362

Details


Files with Coverage Reduction New Missed Lines %
crates/chia-protocol/src/classgroup.rs 1 0.0%
crates/chia-bls/src/error.rs 4 0.0%
crates/chia-bls/src/parse_hex.rs 6 70.0%
crates/chia-traits/src/streamable.rs 9 92.54%
crates/chia-bls/src/secret_key.rs 11 88.22%
crates/chia-bls/src/signature.rs 19 93.94%
crates/chia-bls/src/public_key.rs 19 89.9%
wheel/src/api.rs 43 73.89%
crates/chia-bls/src/bls_cache.rs 51 72.13%
crates/chia-bls/src/gtelement.rs 58 11.11%
<!-- Total: 304 -->
Totals Coverage Status
Change from base Build 10265410447: -1.8%
Covered Lines: 11537
Relevant Lines: 14209

💛 - Coveralls