-
Notifications
You must be signed in to change notification settings - Fork 144
Generate LCOV coverage #1777
Copy link
Copy link
Open
Labels
T-UserTag user issues / requestsTag user issues / requests[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.
Milestone
Metadata
Metadata
Assignees
Labels
T-UserTag user issues / requestsTag user issues / requests[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.
This is like: #1706
Requested feature
Provide argument to generate LCOV coverage output.
Use case
For checking coverage in CI it would be useful to combine Kani coverage with coverage generated from typical tests (by tools like grcov).
It would also be useful to include documentation on this joint coverage in CI (this could be here https://model-checking.github.io/kani/install-github-ci.html)