Skip to content

Commit

Permalink
remove metrics.cov from goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Oct 5, 2017
1 parent d92dbff commit 6cef20b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
language: go

# TODO - is this really required?
# Without this, annotator.sh fails, related to gcloud.
sudo: required

go:
Expand Down Expand Up @@ -54,8 +54,7 @@ script:
- go test -covermode=count -coverprofile=search.cov -v github.com/m-lab/annotation-service/search

# Coveralls
- $HOME/gopath/bin/gocovmerge handler.cov loader.cov metrics.cov parser.cov search.cov
> merge.cov
- $HOME/gopath/bin/gocovmerge handler.cov loader.cov parser.cov search.cov > merge.cov
- $HOME/gopath/bin/goveralls -coverprofile=merge.cov -service=travis-ci

# Build and prepare for deployment
Expand Down

0 comments on commit 6cef20b

Please sign in to comment.