Skip to content

Commit

Permalink
Remove coveralls badge until it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
colega committed Aug 12, 2019
1 parent 4653baa commit 896f8de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
## `io.Writer` implementation using logrus

[![Travis CI build status](https://travis-ci.com/cabify/logrusiowriter.svg?branch=master)](https://travis-ci.com/cabify/logrusiowriter)
[![Coverage Status](https://coveralls.io/repos/github/cabify/logrusiowriter/badge.svg)](https://coveralls.io/github/cabify/logrusiowriter)
[![GoDoc](https://godoc.org/github.com/cabify/logrusiowriter?status.svg)](https://godoc.org/github.com/cabify/logrusiowriter)

# Motivation
Expand All @@ -20,4 +19,4 @@ that uses `logrus` as output, i.e.:
log.SetOutput(logrusiowriter.New())
```

See `example_*_test.go` files to find testable examples that serve as documentation.
See `example_*_test.go` files to find testable examples that serve as documentation.

0 comments on commit 896f8de

Please sign in to comment.