Skip to content

Commit

Permalink
disable github logger
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 16, 2024
1 parent 22b7778 commit f5004ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion infection.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"stryker": {
"report": "main"
},
"github": true,
"github": false,
"html": "var/infection.html"
},
"mutators": {
Expand Down

0 comments on commit f5004ff

Please sign in to comment.