Record code-coverage @ref for LLP 0095 (shared-scan projection)#292
Merged
Conversation
The read-amplification fix (LLP 0095) shipped in #291 via decision LLP 0096; the code @ref'd the decision but not the issue, so neutral's coverage scan (which counts a design/plan @ref or a code @ref to the request itself) read 0095 as an uncovered request. Add the realizing-code @ref LLP 0095 [implements] so the shipped fix is recognized as code-covered. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-line coverage annotation. The read-amplification fix (issue LLP 0095) shipped in #291 via decision LLP 0096; the code carried
@ref LLP 0096but not@ref LLP 0095, so neutral's coverage scan (a design/plan@refto the request, or a code@refto the request itself) read 0095 as an uncovered request even though it is fully realized.This adds
// @ref LLP 0095 [implements]to the shared-scan block inproject.js(directly beside the existing@ref LLP 0096), marking the shipped fix as code-covered so 0095 leaves the Designer backlog.@refto the issue.Held for you to merge.