We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a233c commit efca05aCopy full SHA for efca05a
Makefile
@@ -47,9 +47,7 @@ test: ## Run the tests of the project
47
$(GOTEST) -v -race ./...
48
49
coverage: ## Run the tests of the project and export the coverage
50
- $(GOTEST) -cover -covermode=count -tags=docker -coverprofile=coverage.cov.tmp ./... \
51
- && cat coverage.cov.tmp | grep -v "/examples/" > coverage.cov
52
-
+ $(GOTEST) -cover -covermode=count -tags=docker -coverprofile=coverage.cov ./...
53
54
## Lint:
55
lint: ## Use golintci-lint on your project
0 commit comments