Skip to content

Commit a5ccafd

Browse files
authored
refactor(docs): delete coverage badge
1 parent 7e24cc4 commit a5ccafd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Python JSONPath Next-Generation |Build Status| |PyPI| |Coverage Status|
2-
=======================================================================
1+
Python JSONPath Next-Generation |Build Status| |PyPI|
2+
=====================================================
33

44
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic
55
and binary comparison operators, as defined in the original `JSONPath proposal`_.
@@ -326,7 +326,5 @@ limitations under the License.
326326
:target: https://travis-ci.org/h2non/jsonpath-ng
327327
.. |PyPI| image:: https://img.shields.io/pypi/v/jsonpath-ng.svg?maxAge=2592000?style=flat-square
328328
:target: https://pypi.python.org/pypi/jsonpath-ng
329-
.. |Coverage Status| image:: https://coveralls.io/repos/github/h2non/jsonpath-ng/badge.svg?branch=master
330-
:target: https://coveralls.io/github/h2non/jsonpath-ng?branch=master
331329
.. |Documentation Status| image:: https://img.shields.io/badge/docs-latest-green.svg?style=flat
332330
:target: http://jsonpath-ng.readthedocs.io/en/latest/?badge=latest

0 commit comments

Comments
 (0)