Skip to content

Commit 9c3e9ab

Browse files
committed
More on integrations
1 parent e02f14d commit 9c3e9ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rfc/src/rfcs/0008-source-coverage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,13 @@ experience through the Kani VS Code Extension. For example, we could
259259
automatically show the percentage of covered regions in the status bar by
260260
additionally extracting a summary of the coverage results.
261261

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

264271
THIS SECTION INTENTIONALLY LEFT BLANK.

0 commit comments

Comments
 (0)