Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 0dedf96

Browse files
committed
Add coverage to README
Signed-off-by: Isaac Hier <isaachier@gmail.com>
1 parent db64ef1 commit 0dedf96

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![OpenTracing 1.0 Enabled][ot-img]][ot-url]
2+
13
# cpp-client
24
C++ OpenTracing binding for Jaeger
5+
6+
[ci-img]: https://travis-ci.org/jaegertracing/cpp-client.svg?branch=master
7+
[ci]: https://travis-ci.org/jaegertracing/cpp-client
8+
[cov-img]: https://codecov.io/gh/jaegertracing/cpp-client/branch/master/graph/badge.svg
9+
[cov]: https://codecov.io/gh/jaegertracing/cpp-client
10+
[ot-img]: https://img.shields.io/badge/OpenTracing--1.0-enabled-blue.svg
11+
[ot-url]: http://opentracing.io

0 commit comments

Comments
 (0)