فهرست منبع

Merge pull request #120 from dave-tucker/fix-ci

Don't fail the build on coveralls upload
Madhu Venugopal 10 سال پیش
والد
کامیت
d96a409c6a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      libnetwork/Makefile

+ 1 - 1
libnetwork/Makefile

@@ -57,7 +57,7 @@ install-deps:
 	go get github.com/mattn/goveralls
 	go get github.com/mattn/goveralls
 
 
 coveralls:
 coveralls:
-	@goveralls -service circleci -coverprofile=coverage.coverprofile -repotoken $$COVERALLS_TOKEN
+	-@goveralls -service circleci -coverprofile=coverage.coverprofile -repotoken $$COVERALLS_TOKEN
 
 
 # CircleCI's Docker fails when cleaning up using the --rm flag
 # CircleCI's Docker fails when cleaning up using the --rm flag
 # The following target is a workaround for this
 # The following target is a workaround for this