Requested feature: Generate GCOV coverage output from cargo kani --visualize
Use case: GCOV coverage reports are integrated with our CI framework and Code review tools. We can fail builds if coverage drops. Reviewers can see what lines have not been covered by tests and proofs.
Requested feature: Generate GCOV coverage output from
cargo kani --visualizeUse case: GCOV coverage reports are integrated with our CI framework and Code review tools. We can fail builds if coverage drops. Reviewers can see what lines have not been covered by tests and proofs.