diff --git a/README.md b/README.md index a41c290..2fe6fe0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Build Status](https://travis-ci.org/Flaque/filet.svg?branch=master)](https://travis-ci.org/Flaque/filet) [![Go Report Card](https://goreportcard.com/badge/github.com/flaque/filet)](https://goreportcard.com/report/github.com/flaque/filet) +[![Coverage Status](https://coveralls.io/repos/github/Flaque/filet/badge.svg?branch=master)](https://coveralls.io/github/Flaque/filet?branch=master) # Filet 🍖 A small temporary file utility for Go testing. Built on [Afero](https://github.com/spf13/afero) and heavily inspired by the way Afero tests itself.