mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
add link to Code coverage metrics wiki page
This commit is contained in:
parent
b02f95c2c4
commit
986fa89e28
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ The most important thing you can do alongside - or even before - changing code,
|
|||
|
||||
After that, if you want to raise code quality another level, you can use `cargo check`, `cargo cov test` and `cargo tarpaulin`. Install them with `cargo install cargo-check cargo-cov; RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin`. Run with `cargo cov test` and `cargo tarpaulin`. The quality check tools are often integrated with `rustc` and as a side-effect only activated when some code is compiled. Because of this, if you want a complete check you'll need to `cargo clean` first.
|
||||
|
||||
We have some details on [code coverage and historical numbers on the wiki](https://github.com/mimblewimble/docs/wiki/Code-coverage-and-metrics).
|
||||
|
||||
# Pull-Request Title Prefix
|
||||
|
||||
**Note**: *[draft part! to be reviewed and discussed]*
|
||||
|
|
Loading…
Reference in a new issue