Skip to content

Commit

Permalink
Unblock PHPUnit upgrade by enabling PCOV
Browse files Browse the repository at this point in the history
Given the plans for laminas-continuous-integration-action v2 is to always
ship PCOV, we can simply enable it here to allow us to detach the two
processes.

Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Feb 3, 2025
1 parent 46101fc commit 8e95060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extensions": [
"bcmath"
"bcmath", "pcov"
],
"ini": [
"memory_limit=-1"
Expand Down
2 changes: 1 addition & 1 deletion infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"NotIdenticalNotEqual": false
},
"minMsi": 85.8,
"minCoveredMsi": 100
"minCoveredMsi": 95
}

0 comments on commit 8e95060

Please sign in to comment.