Skip to content

Commit d0cf7a2

Browse files
committed
Adding coverage badge to README
1 parent 19661b4 commit d0cf7a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This allows you to test and make sure your view layer is behaving the way you ex
3030

3131
|version| |downloads| |ci|
3232

33+
.. Using PNG badges because PyPI doesn't support SVG
34+
3335
.. |version| image:: http://img.shields.io/pypi/v/pytest-qt.png
3436
:target: https://crate.io/packages/pytest-qt
3537

@@ -38,7 +40,10 @@ This allows you to test and make sure your view layer is behaving the way you ex
3840

3941
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-qt.png
4042
:target: https://travis-ci.org/nicoddemus/pytest-qt
41-
43+
44+
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-qt.png
45+
:target: https://coveralls.io/r/nicoddemus/pytest-qt
46+
4247

4348
Requirements
4449
============

0 commit comments

Comments
 (0)