Skip to content

Commit

Permalink
Remove travis / coveralls config
Browse files Browse the repository at this point in the history
Moving to GH Actions and Codecov means we can get rid of travis and
coveralls.
  • Loading branch information
nemith committed Dec 22, 2019
1 parent 75c26dc commit 8122e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ zookeeper: $(ZK)
# in the test code. this allows backward compatable testing.
ln -s $(ZK) zookeeper

.PHONY: install-covertools
install-covertools:
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover

.PHONY: setup
setup: zookeeper install-covertools
setup: zookeeper

.PHONY: lint
lint:
Expand All @@ -45,8 +40,6 @@ build:
.PHONY: test
test: build zookeeper
go test -timeout 500s -v -race -covermode atomic -coverprofile=profile.cov $(PACKAGES)
# ignore if we fail to publish coverage
-goveralls -coverprofile=profile.cov -service=travis-ci

.PHONY: clean
clean:
Expand Down

0 comments on commit 8122e56

Please sign in to comment.