From d3fd75bf50a5693eddf24ca62dfd1aff68338ea6 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 1 Mar 2019 16:15:03 -0700 Subject: Add code coverage badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b54ef2b..790cc96 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Immutable ![release](https://img.shields.io/github/release/benbjohnson/immutable.svg?style=flat-square) ![CircleCI](https://img.shields.io/circleci/project/github/benbjohnson/immutable/master.svg?style=flat-square) ![license](https://img.shields.io/github/license/benbjohnson/immutable.svg?style=flat-square) +Immutable ![release](https://img.shields.io/github/release/benbjohnson/immutable.svg?style=flat-square) ![CircleCI](https://img.shields.io/circleci/project/github/benbjohnson/immutable/master.svg?style=flat-square) ![coverage](https://img.shields.io/codecov/c/github/benbjohnson/immutable/master.svg?style=flat-square) ![license](https://img.shields.io/github/license/benbjohnson/immutable.svg?style=flat-square) ========= This repository contains immutable collection types for Go. It includes -- cgit v1.2.3