mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Fix repotoken submission for new version of goveralls.
This commit is contained in:
@@ -58,6 +58,6 @@ test:
|
||||
go test -v ./... -gocheck.v=true
|
||||
|
||||
coveralls: coverage.out
|
||||
@$(GOVERALLS) -service travis-ci.org -coverprofile=coverage.out $(COVERALLS_TOKEN)
|
||||
@$(GOVERALLS) -service travis-ci.org -coverprofile=coverage.out -repotoken $(COVERALLS_TOKEN)
|
||||
|
||||
.PHONY: coverage.out
|
||||
Reference in New Issue
Block a user