From 9e889055af3cb946c0c1b96c3b09926c10a30799 Mon Sep 17 00:00:00 2001 From: Nick Savers Date: Mon, 30 Jun 2014 23:35:15 +0200 Subject: [PATCH] Add Coverall status image to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d27f2f72..815ea147 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Ethereum Java Implementation [![Build Status](https://travis-ci.org/ethereum/ethereumj.svg?branch=master)](https://travis-ci.org/ethereum/ethereumj) - +# Ethereum Java Implementation +[![Build Status](https://travis-ci.org/ethereum/ethereumj.svg?branch=master)](https://travis-ci.org/ethereum/ethereumj) [![Coverage Status](https://coveralls.io/repos/ethereum/ethereumj/badge.png?branch=master)](https://coveralls.io/r/ethereum/ethereumj?branch=master) :small_orange_diamond: By **Roman Mandeleil** @romanman 2014. * Based on a design by **Vitalik Buterin** @vbuterin.