You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/10/12 19:36:24 UTC

svn commit: r1812001 - /commons/proper/codec/trunk/README.md

Author: pascalschumacher
Date: Thu Oct 12 19:36:24 2017
New Revision: 1812001

URL: http://svn.apache.org/viewvc?rev=1812001&view=rev
Log:
README.md: restore and fix code coverage badge

Modified:
    commons/proper/codec/trunk/README.md

Modified: commons/proper/codec/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/README.md?rev=1812001&r1=1812000&r2=1812001&view=diff
==============================================================================
--- commons/proper/codec/trunk/README.md (original)
+++ commons/proper/codec/trunk/README.md Thu Oct 12 19:36:24 2017
@@ -44,6 +44,7 @@ Apache Commons Codec
 ===================
 
 [![Build Status](https://travis-ci.org/apache/commons-codec.svg?branch=trunk)](https://travis-ci.org/apache/commons-codec)
+[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=trunk)](https://coveralls.io/r/apache/commons-codec)
 
 The Apache Commons Codec package contains simple encoder and decoders for
      various formats such as Base64 and Hexadecimal.  In addition to these