informalsystems / tendermint-rs

Client libraries for Tendermint/CometBFT in Rust!
Apache License 2.0
607 stars 224 forks source link

light-client: check code coverage status and highlight parts of the codebase which are not or under tested #429

Open romac opened 4 years ago

liamsi commented 4 years ago

linking #252, as it might be worth considering to use that instead (on rust stable) and reported coverage might differ.

romac commented 4 years ago

Un-assigning myself since I don't know if I am going to have time to look into tarpaulin.

liamsi commented 4 years ago

Oh, I don't think it's a hard requirement to investigate tarpulin before investigating test-coverage (with the current tool / grcov in place). Just wanted to link it felt related.