From bd2e4cea2a441e0a2e4b70b5d19e58962888b97f Mon Sep 17 00:00:00 2001 From: Jake Sylvestre Date: Fri, 19 Mar 2021 16:10:32 -0700 Subject: [PATCH] add coveralls badge --- README.md | 1 + 1 file changed, 1 insertion(+) 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.