From e1fbc538984521863a965f0b9a0c144a8fca1c1a Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Thu, 23 Jun 2022 08:29:52 +0200 Subject: [PATCH] Make makefile more consistent --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29e6f5f3e..caa6c463d 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ testtype: mutation-test: mutmut run -mutmut-results: +mutation-results: mutmut junitxml --suspicious-policy=ignore --untested-policy=ignore > mutmut-results.xml junit2html mutmut-results.xml mutmut-results.html