bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
860 stars 307 forks source link

Add CI job to calculate and publish test coverage metrics #119

Closed notmandatory closed 3 years ago

notmandatory commented 4 years ago

Test coverage results should be published to codecov or coveralls and add badge/link to results on README.md.

Two possible plugins to use are:

actions-rs/grcov actions-rs/tarpaulin

Depends on https://github.com/bitcoindevkit/bdk/pull/117

afilini commented 3 years ago

Done in #150