Skip to content

Commit 7a02955

Browse files
authored
RFC: Source-based code coverage (#3143)
Upgrades the Kani coverage feature with the source-based code coverage implementation used in the Rust compiler. Rendered version available [here](https://github.com/adpaco-aws/rmc/blob/rfc-region-cov/rfc/src/rfcs/0011-source-coverage.md). Related to #2640 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 0adc107 commit 7a02955

File tree

3 files changed

+649
-1
lines changed

3 files changed

+649
-1
lines changed

rfc/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
- [0008-line-coverage](rfcs/0008-line-coverage.md)
1717
- [0009-function-contracts](rfcs/0009-function-contracts.md)
1818
- [0010-quantifiers](rfcs/0010-quantifiers.md)
19+
- [0011-source-coverage](rfcs/0011-source-coverage.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- **Feature Name:** Line coverage (`line-coverage`)
22
- **Feature Request Issue:** <https://github.com/model-checking/kani/issues/2610>
33
- **RFC PR:** <https://github.com/model-checking/kani/pull/2609>
4-
- **Status:** Unstable
4+
- **Status:** Cancelled
55
- **Version:** 0
66
- **Proof-of-concept:** <https://github.com/model-checking/kani/pull/2609> (Kani) + <https://github.com/model-checking/kani-vscode-extension/pull/122> (Kani VS Code Extension)
77

0 commit comments

Comments
 (0)