From 91bf5023ce733cf5cc1eada593e2e90842a29a5e Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Wed, 25 May 2016 00:41:42 +0100 Subject: [PATCH] added Go report card --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf2aa0..1f7acdb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Testify - Thou Shalt Write Tests ================================ -[![Build Status](https://travis-ci.org/stretchr/testify.svg)](https://travis-ci.org/stretchr/testify) +[![Build Status](https://travis-ci.org/stretchr/testify.svg)](https://travis-ci.org/stretchr/testify) [![Go Report Card](https://goreportcard.com/badge/github.com/stretchr/testify)](https://goreportcard.com/report/github.com/stretchr/testify) Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.