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 Feb 3, 2023
1 parent ff308c9 commit 633ffb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infection.json
Expand Up @@ -3,8 +3,8 @@
"logs": {
"text": ".build/infection/infection-log.txt"
},
"minCoveredMsi": 80,
"minMsi": 47,
"minCoveredMsi": 0,
"minMsi": 0,
"phpUnit": {
"configDir": "test\/"
},
Expand Down

0 comments on commit 633ffb3

Please sign in to comment.