From 08773d981cc1dfece5465d72eb2388cd3ca67f49 Mon Sep 17 00:00:00 2001 From: Joseph Spurrier Date: Tue, 7 Mar 2017 04:56:23 -0500 Subject: [PATCH] Add a query parameter to update the coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f32e74..b25fe74 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/josephspurrier/gocleanarchitecture)](https://goreportcard.com/report/github.com/josephspurrier/gocleanarchitecture) [![GoDoc](https://godoc.org/github.com/josephspurrier/gocleanarchitecture?status.svg)](https://godoc.org/github.com/josephspurrier/gocleanarchitecture) -[![Coverage Status](https://coveralls.io/repos/github/josephspurrier/gocleanarchitecture/badge.svg?branch=master)](https://coveralls.io/github/josephspurrier/gocleanarchitecture?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/josephspurrier/gocleanarchitecture/badge.svg?branch=master&randid=1)](https://coveralls.io/github/josephspurrier/gocleanarchitecture?branch=master) A good example of clean architecture for a web application in Go.