LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Test with default features and minimal #124

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

code coverage tests don't do this.

In practice the tests were failing unless --all-features was passed.

codecov-commenter commented 1 year ago

Codecov Report

Merging #124 (bca5ab1) into master (d371473) will increase coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   59.39%   59.46%   +0.07%     
==========================================
  Files           8        8              
  Lines         266      264       -2     
==========================================
- Hits          158      157       -1     
+ Misses        108      107       -1     
Impacted Files Coverage Δ
bdk_chain/src/tx_graph.rs 64.44% <0.00%> (+0.21%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

LLFourn commented 1 year ago

I also made miniscript a default feature