Skip to content

Commit

Permalink
Attempt to use gover coverage data for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
singhsays committed May 5, 2016
1 parent ff6adce commit 5037958
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 @@ -21,9 +21,8 @@ install:
- go get -v ./...
script: ginkgo -r --randomizeAllSpecs -cover
after_success:
- gover
- goveralls -service=travis-ci -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN
- go test -coverprofile coverage.txt -coverpkg goresource/...
- gover . coverage.txt
- goveralls -service=travis-ci -coverprofile=coverage.txt -repotoken $COVERALLS_TOKEN
- bash <(curl -s https://codecov.io/bash)
notifications:
slack:
Expand Down

0 comments on commit 5037958

Please sign in to comment.