This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit b8090b34914ef456a1262292b554c7a5e1e623e8 Author: Alex Herbert <[email protected]> AuthorDate: Fri Aug 28 08:51:01 2020 +0100 Fix coverage badge to use the 'master' branch not the default 'trunk' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c7b564..e72d22b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Apache Commons Codec =================== [](https://travis-ci.org/apache/commons-codec) -[](https://coveralls.io/r/apache/commons-codec) +[](https://coveralls.io/github/apache/commons-codec?branch=master) [](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/) [](https://javadoc.io/doc/commons-codec/commons-codec/1.14)
