1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-12 11:15:14 +02:00

Fixed codecov script exection

This commit is contained in:
Tim Voronov 2018-10-25 22:13:41 -04:00
parent fbeedbd03e
commit b3e0a68cd0

View File

@ -28,7 +28,7 @@ cover:
go test -race -coverprofile=coverage.txt -covermode=atomic ${DIR_PKG}/...
ifeq ($(TRAVIS_BRANCH)$(TRAVIS_PULL_REQUEST), masterfalse)
ifneq ($(CODECOV_TOKEN), )
bash <(curl -s https://codecov.io/bash)
curl -s https://codecov.io/bash | bash
else
$(error "CODECOV_TOKEN token is required")
endif