CI/CD: code coverage and bazel improvements

This commit is contained in:
Ramkumar Chinchani
2019-06-26 14:31:43 -07:00
parent 29e955e22b
commit c142daff87
4 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ debug: doc
.PHONY: test
test:
go test -v -race -cover ./pkg/... ./cmd/...
go test -v -race -cover -coverprofile=coverage.txt -covermode=atomic ./...
./bin/golangci-lint:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.17.1