Skip to content

Commit

Permalink
Make makefile more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jun 23, 2022
1 parent cb05d72 commit e1fbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit e1fbc53

Please sign in to comment.