Просмотр исходного кода

Add a comment explaining "cover" command #208

Sergey Prokhorov 5 лет назад
Родитель
Сommit
2fc3e49ff5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -22,6 +22,7 @@ common-test:
 eunit:
 	$(REBAR) eunit -c
 
+# Fail the build if coverage falls below 55%
 cover:
 	$(REBAR) cover -v --min_coverage $(MINIMAL_COVERAGE)