Skip to content

Commit

Permalink
Merge in test coverage integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed Dec 3, 2016
2 parents 47f76d7 + 5c8b2af commit f1a5fb9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ language: go
sudo: false

before_script:
- go get github.com/mattn/goveralls
- go vet ./...

script:
- $HOME/gopath/bin/goveralls -service=travis-ci

go:
- 1.7.3
- master
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 f1a5fb9

Please sign in to comment.