Closed storopoli closed 19 hours ago
Superseds #472
Attention: Patch coverage is 35.00000%
with 65 lines
in your changes missing coverage. Please review.
Project coverage is 56.80%. Comparing base (
a14d926
) to head (c971366
). Report is 34 commits behind head on releases/0.1.0.
@@ Coverage Diff @@
## releases/0.1.0 #473 +/- ##
==================================================
- Coverage 57.16% 56.80% -0.37%
==================================================
Files 256 263 +7
Lines 27048 28116 +1068
==================================================
+ Hits 15462 15970 +508
- Misses 11586 12146 +560
Files with missing lines | Coverage Δ | |
---|---|---|
bin/bridge-client/src/descriptor.rs | 49.52% <100.00%> (+0.98%) |
:arrow_up: |
bin/strata-client/src/extractor.rs | 96.08% <100.00%> (-0.45%) |
:arrow_down: |
crates/btcio/src/rpc/client.rs | 88.50% <100.00%> (+0.03%) |
:arrow_up: |
bin/bridge-client/src/main.rs | 0.00% <0.00%> (ø) |
|
bin/strata-client/src/main.rs | 0.00% <0.00%> (ø) |
|
crates/common/src/logging.rs | 44.77% <43.07%> (-55.23%) |
:arrow_down: |
Description
This PR is just applying the patch from #342 onto the release branch.
It does
build
andtest
correctly.Type of Change
Checklist
Related Issues
342