1
0

Added tests for listitems

This commit is contained in:
kolaente
2018-07-27 14:47:52 +02:00
parent 2c12797111
commit f7bc88c825
6 changed files with 92 additions and 2 deletions

View File

@ -54,7 +54,7 @@ clean:
.PHONY: test
test:
go test -cover $(PACKAGES)
go test -cover -coverprofile cover.out $(PACKAGES)
required-gofmt-version:
@go version | grep -q '\(1.7\|1.8\|1.9\|1.10\)' || { echo "We require go version 1.7, 1.8, 1.9 or 1.10 to format code" >&2 && exit 1; }