test: calculate coverage for all packages

master
Oliver Tonnhofer 2018-06-07 20:48:35 +02:00
parent 8c2a7d74dc
commit 8ee82dbc2c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ build-license-deps:
test-coverage:
$(GO) test -coverprofile imposm.coverprofile ./...
$(GO) test -coverprofile imposm.coverprofile -coverpkg ./... -covermode count ./...
test-coverage-html: test-coverage
$(GO) tool cover -html imposm.coverprofile