howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
610 stars 106 forks source link

Adds monero transaction feature flag & updates Travis CI to include feature flag enabled #161

Closed howardwu closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #161 into v0.6.2 will decrease coverage by 4.12%. The diff coverage is 78.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           v0.6.2     #161      +/-   ##
==========================================
- Coverage   89.42%   85.29%   -4.13%     
==========================================
  Files         107      111       +4     
  Lines        7893     9284    +1391     
==========================================
+ Hits         7058     7919     +861     
- Misses        835     1365     +530     
Impacted Files Coverage Δ
bitcoin/src/format.rs 71.42% <ø> (-7.52%) :arrow_down:
bitcoin/src/network/mainnet.rs 85.18% <ø> (-3.71%) :arrow_down:
bitcoin/src/network/testnet.rs 77.77% <ø> (-11.12%) :arrow_down:
bitcoin/src/witness_program.rs 88.31% <0.00%> (-1.17%) :arrow_down:
model/src/amount.rs 50.00% <ø> (ø)
model/src/public_key.rs 15.00% <ø> (ø)
model/src/transaction.rs 0.00% <0.00%> (ø)
monero/src/address.rs 91.13% <ø> (+0.11%) :arrow_up:
zcash/src/address.rs 87.55% <0.00%> (-3.06%) :arrow_down:
zcash/src/transaction.rs 53.15% <ø> (ø)
... and 59 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf3c905...5489519. Read the comment docs.