Skip to content

Commit

Permalink
Merge pull request #49 from ergebnis/fix/msi
Browse files Browse the repository at this point in the history
Fix: Adjust MSI score
  • Loading branch information
localheinz authored Mar 20, 2022
2 parents f5339af + ac6a4d8 commit 89afc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"text": ".build/infection/infection-log.txt"
},
"minCoveredMsi": 100,
"minMsi": 80,
"minMsi": 92,
"phpUnit": {
"configDir": "test\/Unit"
},
Expand Down

0 comments on commit 89afc09

Please sign in to comment.