From 23ed32afe9f88cebde811b0b1aad12c105152946 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 30 May 2021 21:55:48 -0500 Subject: [PATCH] docs/meta ~ fix spelling + add spell-checker exceptions --- CODE_OF_CONDUCT.md | 2 +- DEVELOPER_INSTRUCTIONS.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6c50b811d..d196c6e95 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,7 +5,7 @@ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body 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 and orientation. diff --git a/DEVELOPER_INSTRUCTIONS.md b/DEVELOPER_INSTRUCTIONS.md index 3aa8b5b12..e0a5cf001 100644 --- a/DEVELOPER_INSTRUCTIONS.md +++ b/DEVELOPER_INSTRUCTIONS.md @@ -1,6 +1,8 @@ Code Coverage Report Generation --------------------------------- + + Code coverage report can be generated using [grcov](https://github.com/mozilla/grcov). ### 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 ``` -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