Skip to content

Commit

Permalink
More on integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Apr 22, 2024
1 parent e02f14d commit 9c3e9ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rfc/src/rfcs/0008-source-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ experience through the Kani VS Code Extension. For example, we could
automatically show the percentage of covered regions in the status bar by
additionally extracting a summary of the coverage results.

Finally, we could also consider an integration with other code coverage tools.
For example, if we wanted to integrate with the VS Code extensions
[Code Coverage](https://marketplace.visualstudio.com/items?itemName=markis.code-coverage) or
[Coverage Gutters](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters),
we would only need to extend `kani-cov` to export coverage results to the LCOV
format or integrate Kani with LLVM tools as discussed in [Integration with LLVM](#integration-with-llvm).

## Detailed Design

THIS SECTION INTENTIONALLY LEFT BLANK.
Expand Down

0 comments on commit 9c3e9ab

Please sign in to comment.