Skip to content

Implement Stryker mutation‑testing quality gate#1077

Merged
sublime247 merged 2 commits into
sublime247:mainfrom
AugistineCreates:mutation-quality-gate
May 30, 2026
Merged

Implement Stryker mutation‑testing quality gate#1077
sublime247 merged 2 commits into
sublime247:mainfrom
AugistineCreates:mutation-quality-gate

Conversation

@AugistineCreates
Copy link
Copy Markdown
Contributor

This pr closes #914

Implement Stryker mutation‑testing quality gate

  • Add Stryker configuration to run mutation testing on src/services/retry.ts and src/services/fraud.ts.
  • Include scripts test:mutation (full run) and test:mutation:dry (dry‑run) in package.json.
  • Set mutation thresholds (high ≥ 80%, low ≥ 70%, break ≥ 80%).
  • Configure HTML reporter to output results to reports/mutation/html/index.html.
  • Ensure type checks are disabled for faster runs.

This change adds a quality‑gate that will alert the team when mutation scores drop below the defined thresholds, helping catch weak test assertions early.

@AugistineCreates AugistineCreates force-pushed the mutation-quality-gate branch from deeb5a5 to 8ea78e6 Compare May 29, 2026 18:58
@gitguardian
Copy link
Copy Markdown

gitguardian Bot commented May 30, 2026

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@sublime247 sublime247 merged commit 132a2ad into sublime247:main May 30, 2026
3 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MEDIUM] Implement Stryker Mutation Testing Quality Gate

2 participants