-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Brief description
Currently one can use the coverage option condition
when generating coverage using the Rust nightly tool chain.
There are efforts ongoing to add MC/DC Coverage to the Rustc Compiler: rust-lang/rust#124144
Once MC/DC Coverage is added to the stable toolchain, we can enable MC/DC in our coverage scan.
Detailed information
- Enable MC/DC Coverage in
generate-cov-report
script