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 caf6be2 commit 32ce463Copy full SHA for 32ce463
README.rst
@@ -1,10 +1,11 @@
1
py-jsonrpc-lite
2
===============
3
-#todo:
4
-.. image:: https://travis-ci.org/r3code/py-jsonrpc-lite.png?branch=master
5
- :target: https://travis-ci.org/r3code/py-jsonrpc-lite?branch=master
+
+.. image:: https://travis-ci.org/r3code/py-jsonrpc-lite.svg?branch=master
+ :target: https://travis-ci.org/r3code/py-jsonrpc-lite
6
:alt: Build Status
7
8
+#todo:
9
.. image:: https://coveralls.io/repos/r3code/py-jsonrpc-lite/badge.png?branch=master
10
:target: https://coveralls.io/r/r3code/py-jsonrpc-lite?branch=master
11
:alt: Coverage Status
get_coverage.bat
@@ -0,0 +1,2 @@
+coverage run --source=pyjsonrpclite -m unittest discover -s tests/
+coverage report -m
0 commit comments