Skip to content

Commit efca05a

Browse files
Stop excluding examples
1 parent e0a233c commit efca05a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ test: ## Run the tests of the project
4747
$(GOTEST) -v -race ./...
4848

4949
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-
50+
$(GOTEST) -cover -covermode=count -tags=docker -coverprofile=coverage.cov ./...
5351

5452
## Lint:
5553
lint: ## Use golintci-lint on your project

0 commit comments

Comments
 (0)