From 417c04945334c8c5ee7016ca153dbf106da78f1d Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 12 Sep 2016 17:47:58 -0400 Subject: [PATCH] Add build, cover, maven badges (#53) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ec9aba1b..015239c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Released Version][maven-img]][maven] + # OpenTracing API for Java This library is a Java platform API for OpenTracing. @@ -31,3 +33,10 @@ Execute `./mvnw clean install` to build, run tests, and create jars. See [Contributing](CONTRIBUTING.md) for matters such as license headers. + + [ci-img]: https://travis-ci.org/opentracing/opentracing-java.svg?branch=master + [ci]: https://travis-ci.org/opentracing/opentracing-java + [cov-img]: https://coveralls.io/repos/github/opentracing/opentracing-java/badge.svg?branch=master + [cov]: https://coveralls.io/github/opentracing/opentracing-java?branch=master + [maven-img]: https://img.shields.io/maven-central/v/io.opentracing/opentracing-api.svg?maxAge=2592000 + [maven]: http://search.maven.org/#search%7Cga%7C1%7Copentracing-api