From d8c7605341e1a9f9ca6cabd26b0145da29f2a6f8 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Tue, 12 May 2015 11:32:44 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9bb0860d..b3427aba 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ benchmark ========= [![Build Status](https://travis-ci.org/google/benchmark.svg?branch=master)](https://travis-ci.org/google/benchmark) [![Build status](https://ci.appveyor.com/api/projects/status/u0qsyp7t1tk7cpxs/branch/master?svg=true)](https://ci.appveyor.com/project/google/benchmark/branch/master) +[![Coverage Status](https://coveralls.io/repos/google/benchmark/badge.svg)](https://coveralls.io/r/google/benchmark) A library to support the benchmarking of functions, similar to unit-tests.