gercos
Results
1
issues of
gercos
Using [cargo-llvm-coverage ](https://github.com/taiki-e/cargo-llvm-cov) to generate source based coverage. The library is wrapper of the compiler flag `-C instrument-coverage` more details [here](https://doc.rust-lang.org/rustc/instrument-coverage.html#instrumentation-based-code-coverage) The command `cargo llvm-cov --all-features --workspace --html --output-dir coverage`...