Skip to content

Commit

Permalink
Stryker: adjust mutation score
Browse files Browse the repository at this point in the history
Codebase is small enough that ridiculous changes are enough to break percentages. Use more lenient baseline.
  • Loading branch information
stscoundrel committed Feb 20, 2024
1 parent 699549d commit a85418f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stryker.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
testRunner: 'jest',
coverageAnalysis: 'perTest',
tsconfigFile: 'tsconfig.json',
thresholds: { high: 85, low: 60, break: 75 },
thresholds: { high: 85, low: 70, break: 60 },
};

0 comments on commit a85418f

Please sign in to comment.