From b4c52116b4b45504a08ae89485dc613df965b0ac Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 17 Jan 2022 07:41:33 +0100 Subject: [PATCH] Enabled stryker report for infection --- infection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infection.json b/infection.json index df5a9749..9a4f7f00 100644 --- a/infection.json +++ b/infection.json @@ -11,7 +11,7 @@ "summary": "build/infection-unit/summary-log.txt", "debug": "build/infection-unit/debug-log.txt", "stryker": { - "badge": "develop" + "report": "develop" } }, "tmpDir": "build/infection-unit/temp",