From aa650c654d07993122e955938ff324bc290ec49c Mon Sep 17 00:00:00 2001 From: Sergio Andres Virviescas Santana Date: Mon, 21 Jun 2021 17:00:58 +0200 Subject: [PATCH] Add coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7e68ed..fd9a987 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Helmet Middleware [![Build Status](https://travis-ci.com/atreugo/helmet.svg?branch=master)](https://travis-ci.com/atreugo/helmet) +[![Coverage Status](https://coveralls.io/repos/github/atreugo/helmet/badge.svg?branch=main)](https://coveralls.io/github/atreugo/helmet?branch=main) [![Go Report Card](https://goreportcard.com/badge/github.com/atreugo/helmet)](https://goreportcard.com/report/github.com/atreugo/helmet) [![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/atreugo/helmet) [![GitHub release](https://img.shields.io/github/release/atreugo/helmet.svg)](https://github.com/atreugo/helmet/releases)