Browse Source

Add a comment explaining "cover" command #208

Sergey Prokhorov 5 years ago
parent
commit
2fc3e49ff5
1 changed files with 1 additions and 0 deletions
  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)