1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

docs/meta ~ fix spelling + add spell-checker exceptions

This commit is contained in:
Roy Ivy III 2021-05-30 21:55:48 -05:00
parent 3140be7c1b
commit 23ed32afe9
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@
We as members, contributors, and leaders pledge to make participation in our We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status, identity and expression, level of experience, education, socioeconomic status,
nationality, personal appearance, race, religion, or sexual identity nationality, personal appearance, race, religion, or sexual identity
and orientation. and orientation.

View file

@ -1,6 +1,8 @@
Code Coverage Report Generation Code Coverage Report Generation
--------------------------------- ---------------------------------
<!-- spell-checker:ignore (flags) Ccodegen Coverflow Cpanic Zinstrument Zpanic -->
Code coverage report can be generated using [grcov](https://github.com/mozilla/grcov). Code coverage report can be generated using [grcov](https://github.com/mozilla/grcov).
### Using Nightly Rust ### Using Nightly Rust
@ -17,7 +19,7 @@ $ grcov . -s . --binary-path ./target/debug/ -t html --branch --ignore-not-exist
$ # open target/debug/coverage/index.html in browser $ # open target/debug/coverage/index.html in browser
``` ```
if changes are not reflected in the report then run `cargo clean` and run the above commands. if changes are not reflected in the report then run `cargo clean` and run the above commands.
### Using Stable Rust ### Using Stable Rust