travis: remove coveralls, only use codecov (#136)

This commit is contained in:
Robert van Gent
2019-02-25 14:35:53 -08:00
committed by GitHub
parent 7916902074
commit aa93d6ea07
3 changed files with 3 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
[![Build Status](https://travis-ci.com/google/wire.svg?branch=master)][travis]
[![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc]
[![Coverage Status](https://coveralls.io/repos/github/google/wire/badge.svg?branch=master)](https://coveralls.io/github/google/wire?branch=master)
[![Coverage](https://codecov.io/gh/google/wire/branch/master/graph/badge.svg)](https://codecov.io/gh/google/wire)
Wire is a code generation tool that automates connecting components using
[dependency injection][]. Dependencies between components are represented in