chore(ci): ratchet the coverage baseline to the measured 58.8% - #2319
Merged
Conversation
`Coverage Baseline Check` has been red on development because coverage IMPROVED past the recorded baseline: 55.54 recorded, 58.8 measured. The gate is a ratchet — it fails in BOTH directions on purpose, so a rise that nobody commits leaves development red and the next real regression lands on an already-red branch where nobody can see it. Committing the recomputed value is exactly what the job's own error message asks for. The protection job accepts any value that does not LOWER the baseline, so this tightens the floor rather than relaxing it.
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| composer | ✅ | ✅ 173/173 | |||
| npm | ✅ | ✅ 713/713 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ |
Quality workflow — 2026-08-04 01:48 UTC
Download the full PDF report from the workflow artifacts.
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.
Coverage Baseline Checkis red ondevelopment— because coverage improved past the recorded baseline: 55.54 recorded, 58.8 measured.The gate is a ratchet and fails in both directions on purpose. That is right, but it means a rise nobody commits leaves development red — and the next genuine regression then lands on an already-red branch where nobody can distinguish it from the noise. A permanently-red gate is a gate that has stopped working.
Committing the recomputed value is precisely what the job's own error message asks for:
So this tightens the floor rather than relaxing it.
Found while clearing red CI across the fleet; unrelated to the change that produced the improvement.
🤖 Generated with Claude Code