Skip to content

Commit 26e6a73

Browse files
authored
Report Infection warnings right in the Pull Request (#591)
1 parent 02f64c1 commit 26e6a73

File tree

2 files changed

+93
-93
lines changed

2 files changed

+93
-93
lines changed

dev-tools/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"php": "^8.0",
44
"ergebnis/composer-normalize": "^2.15.0",
5-
"infection/infection": "^0.25.1",
5+
"infection/infection": "^0.25.2",
66
"kubawerlos/composer-smaller-lock": "^0.1.4",
77
"kubawerlos/php-cs-fixer-config": "^2.1.0",
88
"kubawerlos/types-checker": "^2.1.0",
@@ -12,7 +12,7 @@
1212
"phpstan/phpstan": "^0.12.99",
1313
"phpstan/phpstan-strict-rules": "^0.12.11",
1414
"squizlabs/php_codesniffer": "^3.6.0",
15-
"symplify/phpstan-rules": "^9.4.60",
15+
"symplify/phpstan-rules": "^9.4.63",
1616
"vimeo/psalm": "^4.10.0"
1717
},
1818
"autoload": {
@@ -41,7 +41,7 @@
4141
"phpcbf || exit 0"
4242
],
4343
"infection": [
44-
"infection run --min-msi=100 --no-progress --only-covered --threads=16"
44+
"infection run --min-msi=100 --logger-github --no-progress --only-covered --threads=16"
4545
]
4646
}
4747
}

0 commit comments

Comments
 (0)