Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Remove coverage from CircleCI (will just run in Travis CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
codysoyland committed Sep 25, 2018
1 parent 4c6ef17 commit 130af3b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
docker:
- image: circleci/golang:1.9
- image: pilosa/pilosa:v1.1.0
coverage:
<<: *defaults
steps:
- *fast-checkout
- run: make start-pilosa GOOS=linux && sleep 2 && touch vendor && make cover PILOSA_BIND=https://:20101
- run: go get github.com/mattn/goveralls && /go/bin/goveralls -service=circle-ci -ignore "gopilosa_pbuf/public.pb.go" -coverprofile=build/coverage.out
workflows:
version: 2
test:
Expand All @@ -63,6 +57,3 @@ workflows:
- test-golang-1.9:
requires:
- build
- coverage:
requires:
- build

0 comments on commit 130af3b

Please sign in to comment.