alpenlabs / strata

Rust implementation of the Strata protocol
https://docs.stratabtc.org
Apache License 2.0
23 stars 1 forks source link

Prover Client Functional Tests #441

Closed MdTeach closed 2 weeks ago

MdTeach commented 2 weeks ago

Description

Type of Change

Checklist

Related Issues

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 56.97%. Comparing base (a14d926) to head (7227622). Report is 30 commits behind head on releases/0.1.0.

Files with missing lines Patch % Lines
crates/proof-impl/cl-stf/src/lib.rs 0.00% 2 Missing :warning:
@@                Coverage Diff                 @@
##           releases/0.1.0     #441      +/-   ##
==================================================
- Coverage           57.16%   56.97%   -0.19%     
==================================================
  Files                 256      263       +7     
  Lines               27048    27997     +949     
==================================================
+ Hits                15462    15952     +490     
- Misses              11586    12045     +459     
Files with missing lines Coverage Δ
crates/proof-impl/cl-stf/src/lib.rs 40.69% <0.00%> (+15.69%) :arrow_up:

... and 28 files with indirect coverage changes

storopoli commented 2 weeks ago

All of the print statements should have been debug statements, e.g. https://github.com/alpenlabs/strata/blob/e9e2ba72e81719d3453b9c406020a362b295a457/functional-tests/fn_bridge_duties.py#L54