Skip to content

Commit cb72097

Browse files
authored
Add coverage badge
1 parent e2cbc5d commit cb72097

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![PyPI version][pypi-img]][pypi] [![Build Status][ci-img]][ci]
1+
[![PyPI version][pypi-img]][pypi] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
22

33
# opentracing-python-instrumentation
44

@@ -174,3 +174,5 @@ git push
174174
[ci]: https://travis-ci.org/uber-common/opentracing-python-instrumentation
175175
[pypi-img]: https://img.shields.io/pypi/v/opentracing_instrumentation.svg
176176
[pypi]: https://pypi.python.org/pypi/opentracing_instrumentation
177+
[cov-img]: https://coveralls.io/repos/github/uber-common/opentracing-python-instrumentation/badge.svg
178+
[cov]: https://coveralls.io/github/uber-common/opentracing-python-instrumentation

0 commit comments

Comments
 (0)