diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ static-tests: FORCE cover.out: FORCE @echo '>> go test...' - @go test -cover -coverprofile $@ + @go test -coverpkg github.com/majewsky/schwift/... -coverprofile $@ cover.html: cover.out @echo '>> rendering cover.html...' @go tool cover -html=$< -o $@ |
