diff --git a/composer.json b/composer.json index 6a30b04f7..577c13a14 100644 --- a/composer.json +++ b/composer.json @@ -130,7 +130,7 @@ "php var/box.phar compile" ], "mutation": [ - "infection --threads=4 --only-covered" + "infection --threads=4 --only-covered --logger-github=false" ], "mutation-diff-lines": [ "infection --threads=4 --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100 --ignore-msi-with-no-mutations" diff --git a/infection.json5 b/infection.json5 index 940e3a3c4..9a542fd62 100644 --- a/infection.json5 +++ b/infection.json5 @@ -9,7 +9,7 @@ "stryker": { "report": "main" }, - "github": true, + "github": false, "html": "var/infection.html" }, "mutators": {