diff options
author | Christian Pointner <equinox@spreadspace.org> | 2017-04-30 18:32:16 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2017-04-30 18:32:16 +0200 |
commit | 71a5ac19172491d62fdd959965ae3fdac25c137f (patch) | |
tree | 46f739f54efa0ff6e8a8db319a5d0e721c594d00 /src/hub/Makefile | |
parent | new web api endpoint hubs (diff) | |
parent | cleaned up proto parser a little (diff) |
Merge branch 'bolt' of gitspread:sfive into bolt
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r-- | src/hub/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile index dd77ded..daf06ef 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -80,6 +80,11 @@ bench: getlibs @echo "testing and benchmarking: sfive" @$(GOCMD) test -bench=. spreadspace.org/sfive +cover: getlibs + @echo "testing and benchmarking: sfive" + @$(GOCMD) test -coverprofile=coverage.out spreadspace.org/sfive + @$(GOCMD) tool cover -html=coverage.out + clean: rm -rf pkg/*/spreadspace.org rm -rf bin |