Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Add build, cover, maven badges (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Sep 12, 2016
1 parent 97bb662 commit 417c049
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 417c049

Please sign in to comment.