Skip to content

Commit

Permalink
Reducing mutation test core threshold
Browse files Browse the repository at this point in the history
This patch reduces code size, therefore leading to
generally lower scores.

Until we completely switch to `pcov` and the upstream
issues with `sebastianbergmann/php-code-coverage`
are resolved, we will keep having sub-100% mutation
test scores.

Ref: sebastianbergmann/php-code-coverage#945
Ref: sebastianbergmann/php-code-coverage@c304be7
Ref: laminas/laminas-continuous-integration-action#130
Ref: sebastianbergmann/php-code-coverage#953
  • Loading branch information
uzibhalepu authored and Ocramius committed Nov 13, 2022
1 parent 2988242 commit 6a1d5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
},
"minMsi": 90.3,
"minMsi": 90.1,
"minCoveredMsi": 100
}

0 comments on commit 6a1d5bd

Please sign in to comment.