Explorar el Código

build: use test profile for make cover

Ivan Dyachkov hace 2 años
padre
commit
f31276f8d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -143,7 +143,7 @@ endif
 
 .PHONY: cover
 cover: $(REBAR)
-	@ENABLE_COVER_COMPILE=1 $(REBAR) cover
+	@ENABLE_COVER_COMPILE=1 $(REBAR) as test cover
 
 .PHONY: coveralls
 coveralls: $(REBAR)