stratum-mining / stratum

stratum
https://stratumprotocol.org
Other
216 stars 125 forks source link

Add cargo-tarpaulin config file to ensure all features are ran #115

Closed rrybarczyk closed 10 months ago

rrybarczyk commented 2 years ago

cargo tarpaulin is used to perform code coverage as a GitHub Action.

A cargo tarpaulin config file should be added that instructs the test to be executed with for the repo's feature flags: with-serde, with-noise, and prop-test. The config file will look something like this.

rrybarczyk commented 2 years ago
pavlenex commented 10 months ago

Done in #670