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 0bba164 commit 3cd1237Copy full SHA for 3cd1237
README.rst
@@ -35,8 +35,8 @@ of a test:
35
.. |ci| image:: https://github.com/pytest-dev/pytest-mock/workflows/build/badge.svg
36
:target: https://github.com/pytest-dev/pytest-mock/actions
37
38
-.. |coverage| image:: http://img.shields.io/coveralls/pytest-dev/pytest-mock.svg
39
- :target: https://coveralls.io/r/pytest-dev/pytest-mock
+.. |coverage| image:: https://coveralls.io/repos/github/pytest-dev/pytest-mock/badge.svg?branch=master
+ :target: https://coveralls.io/github/pytest-dev/pytest-mock?branch=master
40
41
.. |python| image:: https://img.shields.io/pypi/pyversions/pytest-mock.svg
42
:target: https://pypi.python.org/pypi/pytest-mock/
0 commit comments