build: use test profile for make cover

This commit is contained in:
Ivan Dyachkov 2023-08-04 08:15:05 +02:00
parent 25659d6f4b
commit f31276f8d8
1 changed files with 1 additions and 1 deletions

View File

@ -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)