I documented how to generate a code coverage report using
coverage-profiling in the Rust compiler and the `grcov` tool created by
Mozilla. It generates an html version of the report that you can open in
the browser and navigate.
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>