From 9ce40761c83f90acb52f729420f52d7ceb500f6f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 3 Sep 2016 11:06:09 +0200 Subject: [PATCH] Remove coveralls.io --- Dockerfile | 1 - README.md | 1 - run_integration_tests.go | 1 - 3 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b7035f842..3fea9ab6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,6 @@ RUN mkdir -p $HOME/restic # pre-install tools, this speeds up running the tests itself RUN go get github.com/constabulary/gb/... RUN go get golang.org/x/tools/cmd/cover -RUN go get github.com/mattn/goveralls RUN go get github.com/mitchellh/gox RUN go get github.com/pierrre/gotestcover RUN mkdir $HOME/bin \ diff --git a/README.md b/README.md index 2f40c4335..bc6e3b154 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Build Status](https://travis-ci.org/restic/restic.svg?branch=master)](https://travis-ci.org/restic/restic) [![Build status](https://ci.appveyor.com/api/projects/status/nuy4lfbgfbytw92q/branch/master?svg=true)](https://ci.appveyor.com/project/fd0/restic/branch/master) [![Report Card](http://goreportcard.com/badge/github.com/restic/restic)](http://goreportcard.com/report/github.com/restic/restic) -[![Coverage Status](https://coveralls.io/repos/restic/restic/badge.svg)](https://coveralls.io/r/restic/restic) Introduction diff --git a/run_integration_tests.go b/run_integration_tests.go index 1468a5221..5f3ee9f6f 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -150,7 +150,6 @@ func (env *TravisEnvironment) Prepare() error { for _, pkg := range []string{ "golang.org/x/tools/cmd/cover", - "github.com/mattn/goveralls", "github.com/pierrre/gotestcover", } { err := run("go", "get", pkg)