Skip to content

Commit

Permalink
Fix: Adjust MSI score
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 1, 2023
1 parent 198b3df commit dec8231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"logs": {
"text": ".build/infection/infection-log.txt"
},
"minCoveredMsi": 87,
"minMsi": 73,
"minCoveredMsi": 83,
"minMsi": 72,
"phpUnit": {
"configDir": "test"
},
Expand Down

0 comments on commit dec8231

Please sign in to comment.