Coverage option that does not require cbmc-viewer
#2610
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
T-RFC
Label RFC PRs and Issues
Requested feature: In the past, Kani has relied on
cbmc-viewer
to generate coverage reports. This requires Kani to make additional calls tocbmc
with the--cover
flag, thencbmc-viewer
to essentially perform postprocessing on that output. Unfortunately, the information reported bycbmc-viewer
isn't tested thoroughly (see #2048). But actually, Kani already has the tools required for generating coverage-oriented information. Having an option that enables this would allow us to remove thecbmc-viewer
dependency and have end-to-end testing for coverage information.Use case: Coverage reports.
Link to relevant documentation (Rust reference, Nomicon, RFC): N/A
The text was updated successfully, but these errors were encountered: