Fix coverage in Makefile

This commit is contained in:
2018-10-17 09:20:28 +02:00
parent 77765f51b8
commit 4a1bec45bf
4 changed files with 2 additions and 725 deletions

View File

@ -21,7 +21,8 @@ msan: dep ## Run memory sanitizer
coverage: ## Generate global code coverage report
@mkdir -p cover
go tool cover -html=cover/gonextcloud.cov -o coverage.html
@touch cover/${PROJECT_NAME}cov
go tool cover -html=cover/${PROJECT_NAME}cov -o coverage.html
dep: ## Get the dependencies
@mkdir -p vendor