summa-tx / coins

Rust implementations of BIP32/39 and Ledger device comms
Other
90 stars 31 forks source link

Fix Tarpaulin attribute #110

Closed AlicanC closed 1 year ago

AlicanC commented 1 year ago

Tarpaulin doesn't support #[cfg_attr(tarpaulin, skip)] anymore so running Tarpaulin required the --avoid-cfg-tarpaulin flag as described here: https://github.com/xd009642/tarpaulin#ignoring-code-in-files

AlicanC commented 1 year ago

I guess I should note that this affects not only bitcoins-rs itself but also projects that depend on it. (For example: https://github.com/FuelLabs/fuel-vm/blob/master/fuel-crypto/Cargo.toml#L15-L16)

prestwich commented 1 year ago

Cool. I can likely bump version and release today

prestwich commented 1 year ago

wasm failure is unrelated to your work