ci: raise minimum mutation score to 90 and condense changelog entries#54
Merged
Conversation
The suite kills 185 of 198 mutants (93% covered MSI); the 13 survivors are equivalent or contrived. The bootstrap threshold of 68 no longer defends anything; 90 keeps headroom for run-to-run variance. The Unreleased changelog entries from the mutation-testing rollout are condensed to the final outcome, matching the tone of earlier releases. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ed-msi # Conflicts: # CHANGELOG.md
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #54 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 71 71
===========================================
Files 1 1
Lines 185 185
===========================================
Hits 185 185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
Final follow-up to the mutation-testing rollout (#49–#52), mirroring itk-dev/openid-connect-bundle#51: the suite now scores 93% covered MSI (185/198 mutants killed), so the bootstrap threshold of 68 is ratcheted to 90.
The 13 surviving mutants are equivalent or contrived rather than test gaps: JSON
depth: 512literals, random-string default lengths, casts only observable on corrupted cache, an unreachable catch-union member, and an authorization-URL default that league'sgetDefaultScopes()fallback makes equivalent. Chasing them would add contrived tests for no real verification value.The
[Unreleased]changelog is condensed: the three per-PR test-strengthening bullets collapse into one final-outcome entry.Files Changed
infection.json5-minCoveredMsi68 → 90, comment documents the surviving-mutant rationaleCHANGELOG.md- condensed Unreleased entriesTest Plan
task test:mutation— 185/198 killed, 93% covered MSI, passes the new 90 thresholdMutation tests (8.3, prefer-stable)check on this PR exercises the new thresholdNotes
Small conflict expected with #53 (RFC 2606 domains) on
CHANGELOG.md— whichever merges second, I'll resolve.🤖 Generated with Claude Code