Skip to content

Commit

Permalink
Add test coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed Dec 3, 2016
1 parent b7b5de3 commit 5c8b2af
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
enmime [![GoDoc](https://godoc.org/github.com/jhillyerd/enmime?status.png)][GoDoc] [![Build Status](https://travis-ci.org/jhillyerd/enmime.png?branch=master)][Build Status] [![Go Report Card](https://goreportcard.com/badge/github.com/jhillyerd/enmime)][Go Report Card]
enmime
==========================================================================================

[![GoDoc](https://godoc.org/github.com/jhillyerd/enmime?status.png)][GoDoc]
[![Build Status](https://travis-ci.org/jhillyerd/enmime.png?branch=master)][Build Status]
[![Go Report Card](https://goreportcard.com/badge/github.com/jhillyerd/enmime)][Go Report Card]
[![Coverage Status](https://coveralls.io/repos/github/jhillyerd/enmime/badge.svg)][Coverage Status]

enmime is a MIME parsing library for Go. It's built on top of Go's included mime/multipart
support, but is geared towards parsing MIME encoded emails.

Expand All @@ -25,8 +30,9 @@ enmime is written in [Google Go][Golang].
enmime is open source software released under the MIT License. The latest version can be found at
https://github.com/jhillyerd/enmime

[Build Status]: https://travis-ci.org/jhillyerd/enmime
[Inbucket]: http://www.inbucket.org/
[GoDoc]: https://godoc.org/github.com/jhillyerd/enmime
[Golang]: http://golang.org/
[Go Report Card]: https://goreportcard.com/report/github.com/jhillyerd/enmime
[Build Status]: https://travis-ci.org/jhillyerd/enmime
[Coverage Status]: https://coveralls.io/github/jhillyerd/enmime
[Inbucket]: http://www.inbucket.org/
[GoDoc]: https://godoc.org/github.com/jhillyerd/enmime
[Golang]: http://golang.org/
[Go Report Card]: https://goreportcard.com/report/github.com/jhillyerd/enmime

0 comments on commit 5c8b2af

Please sign in to comment.