test(coverage): reproduce repository-wide coverage authority gap - #323
Draft
seonghobae wants to merge 1 commit into
Draft
test(coverage): reproduce repository-wide coverage authority gap#323seonghobae wants to merge 1 commit into
seonghobae wants to merge 1 commit into
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Purpose
Advance #205 test-first from protected
develop@8f96517987cf2cab4398696503b22a131a4b66a6by proving the repository-wide owned-production coverage authority gap before changing build or production configuration.Exact scope
eeb5f4f99f524ae1bc47189c9f2e7aaaf998d688develop@8f96517987cf2cab4398696503b22a131a4b66a6RepositoryCoverageAuthorityTestExpected RED
The new contract inventories the live Maven reactor and owned
src/main/javatree. It must fail on the current base because:cdc-service,config-server,eureka-server, andzuul-gatewayhave owned production Java but no executable JaCoCo coverage authority.etl-servicehas a non-vacuous strict gate only for the durable-job slice, while other owned ETL production classes remain outside that selected scope.The RED is valid only if hosted CI compiles the repository normally and failure reaches these new assertions. Setup/compile/infrastructure failure is not accepted as evidence.
Standards basis
JaCoCo's Maven plug-in provides
prepare-agent,check, and aggregate/reporting capabilities; current upstream documentation is the implementation authority for the eventual remediation. The canonical doctoring evidence remains a separate documentation lane because the active docs spine must not be raced.References (APA 7th):
Closes no issue yet. #205 remains open until repository-wide exact 100% owned-production statement/branch authority is implemented and proven on the integrated protected head.