diff --git a/Makefile b/Makefile index 0d44accb..a38dca91 100644 --- a/Makefile +++ b/Makefile @@ -26,13 +26,11 @@ test: cover: go test -race -coverprofile=coverage.txt -covermode=atomic ${DIR_PKG}/... -ifeq ($(TRAVIS_BRANCH)$(TRAVIS_PULL_REQUEST), masterfalse) ifneq ($(CODECOV_TOKEN), ) curl -s https://codecov.io/bash | bash else $(error "CODECOV_TOKEN token is required") endif -endif e2e: go run ${DIR_E2E}/main.go --tests ${DIR_E2E}/tests --pages ${DIR_E2E}/pages