diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-02-05 22:58:51 +0100 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-02-05 22:58:51 +0100 |
| commit | 09597ccf1693b1ac7999030c1a2c37d9373dfe7b (patch) | |
| tree | 8e900d13f2a5ef1410a719330a4f921d5fac2ee2 /Makefile | |
| parent | 334ca62db80a080eda630581bc97324d04440854 (diff) | |
| download | go-schwift-09597ccf1693b1ac7999030c1a2c37d9373dfe7b.tar.gz | |
include subpackages in coverage test
Diffstat (limited to 'Makefile')
| -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 $@ |
