We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cbc5d commit cb72097Copy full SHA for cb72097
README.md
@@ -1,4 +1,4 @@
1
-[![PyPI version][pypi-img]][pypi] [![Build Status][ci-img]][ci]
+[![PyPI version][pypi-img]][pypi] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
2
3
# opentracing-python-instrumentation
4
@@ -174,3 +174,5 @@ git push
174
[ci]: https://travis-ci.org/uber-common/opentracing-python-instrumentation
175
[pypi-img]: https://img.shields.io/pypi/v/opentracing_instrumentation.svg
176
[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