Skip to content

Commit

Permalink
ignore msi with no mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 13, 2024
1 parent c97782f commit 39ec479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"infection --threads=max --only-covered"
],
"mutation-diff-lines": [
"infection --threads=max --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100"
"infection --threads=max --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100 --ignore-msi-with-no-mutations"
],
"cs": "phpcs",
"cbf": "phpcbf",
Expand Down

0 comments on commit 39ec479

Please sign in to comment.