Another tool for code coverage is called grcov. It is available at https://github.com/mozilla/grcov.
To produce HTML reports with grcov you can either use the built-in way or using the lcov package. The workflow for grcov is as follows:
# Install the tool
cargo install grcov