Skip to content

Commit

Permalink
Adjusted minimum coverage
Browse files Browse the repository at this point in the history
As verified by a coverage report, phpdbg is not
reporting correct coverage for `array_map()` here,
and is skipping coverage for the closure inside
both log processors.

In turn, that leads to uncovered mutants being
reported, but that is not the case.
  • Loading branch information
Ocramius committed Sep 19, 2022
1 parent 534fce4 commit 435cfad
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 @@ -12,6 +12,6 @@
"mutators": {
"@default": true
},
"minMsi": 97,
"minMsi": 95.4,
"minCoveredMsi": 100
}

0 comments on commit 435cfad

Please sign in to comment.