Skip to content

Commit 8447a7b

Browse files
committed
Adding badge to README
1 parent 29deac1 commit 8447a7b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ of a test:
1515
UnixFS.rm('file')
1616
os.remove.assert_called_once_with('file')
1717
18-
|version| |downloads| |ci|
18+
|version| |downloads| |ci| |coverage|
1919

2020
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.png
2121
:target: https://crate.io/packages/pytest-mock
2222

2323
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-mock.png
2424
:target: https://crate.io/packages/pytest-mock
25-
25+
2626
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.png
2727
:target: https://travis-ci.org/nicoddemus/pytest-mock
2828

2929
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-mock.png
3030
:target: https://coveralls.io/r/nicoddemus/pytest-mock
31-
31+
32+
3233
Usage
3334
=====
3435

0 commit comments

Comments
 (0)