diff --git a/.travis.yml b/.travis.yml index c3ac23e3..08afc43f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,14 +35,14 @@ jobs: - for f in `find scripts/dockerfiles -type f`; do echo $f; docker run --rm -i hadolint/hadolint < $f; done - stage: Tests - name: codecov.io + name: coveralls os: linux dist: xenial script: - make -e cover COVER_FILE=coverage.txt after_success: - # Replace with coveralls if/when the repo is made public - - bash <(curl -s https://codecov.io/bash) + - go get github.com/mattn/goveralls + - $GOPATH/bin/goveralls -coverprofile=coverage.txt -service=travis-ci - stage: Tests name: sourceclear diff --git a/README.md b/README.md index e1c64af0..9d35b2b4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.com/optimizely/agent.svg?token=y3xM1z7bQsqHX2NTEhps&branch=master)](https://travis-ci.com/optimizely/agent) -[![codecov](https://codecov.io/gh/optimizely/agent/branch/master/graph/badge.svg?token=UabuO3fxyA)](https://codecov.io/gh/optimizely/agent) +[![Coverage Status](https://coveralls.io/repos/github/optimizely/agent/badge.svg)](https://coveralls.io/github/optimizely/agent) # Optimizely Agent Optimizely Agent is a service which exposes the functionality of the Full Stack and Rollouts SDKs as a highly available and distributed web application.