1 parent 07a00be commit e02d9f6Copy full SHA for e02d9f6
1 file changed
Makefile
@@ -67,7 +67,7 @@ linter:
67
$(call lint, tests)
68
69
mutants: setup
70
- mutmut run --paths-to-mutate ${module} || \
+ mutmut run --paths-to-mutate ${module} || true
71
mutmut html
72
73
setup: clean install
0 commit comments