swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
207 stars 11 forks source link

Add docs for devs on setting up local code coverage #18

Open calebcartwright opened 5 years ago

calebcartwright commented 5 years ago

Description

Add setup scripts, doc updates, etc. for code coverage

Value

Code coverage is an important part of the inner dev-loop process, and the PR validation checks enforce code coverage thresholds.

Accordingly, a developer working on this project needs to be able to generate code coverage info in his/her local env, and we should provide the relevant artifacts for them to be able to do so.