diff --git a/composer.json b/composer.json index f12e41fb..a297e7ae 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "devster/ubench": "^2.1", "dms/phpunit-arraysubset-asserts": "^0.3.0", "eaglewu/swoole-ide-helper": "dev-master", - "infection/infection": "^0.25.4", + "infection/infection": "^0.26", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.2", "phpstan/phpstan-doctrine": "^1.0", diff --git a/infection-api.json b/infection-api.json index 398cd653..27453018 100644 --- a/infection-api.json +++ b/infection-api.json @@ -7,6 +7,7 @@ "timeout": 5, "logs": { "text": "build/infection-api/infection-log.txt", + "html": "build/infection-api/infection-log.html", "summary": "build/infection-api/summary-log.txt", "debug": "build/infection-api/debug-log.txt" }, diff --git a/infection-db.json b/infection-db.json index a429c995..d633cb05 100644 --- a/infection-db.json +++ b/infection-db.json @@ -7,6 +7,7 @@ "timeout": 5, "logs": { "text": "build/infection-db/infection-log.txt", + "html": "build/infection-db/infection-log.html", "summary": "build/infection-db/summary-log.txt", "debug": "build/infection-db/debug-log.txt" }, diff --git a/infection.json b/infection.json index 1b4ed6b5..df5a9749 100644 --- a/infection.json +++ b/infection.json @@ -7,10 +7,11 @@ "timeout": 5, "logs": { "text": "build/infection-unit/infection-log.txt", + "html": "build/infection-unit/infection-log.html", "summary": "build/infection-unit/summary-log.txt", "debug": "build/infection-unit/debug-log.txt", - "badge": { - "branch": "develop" + "stryker": { + "badge": "develop" } }, "tmpDir": "build/infection-unit/temp",