We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edbe85 commit 540f682Copy full SHA for 540f682
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: pytest plugin
+name: build
2
3
on: [push, pull_request]
4
README.rst
@@ -32,7 +32,7 @@ of a test:
32
.. |anaconda| image:: https://img.shields.io/conda/vn/conda-forge/pytest-mock.svg
33
:target: https://anaconda.org/conda-forge/pytest-mock
34
35
-.. |ci| image:: https://github.com/pytest-dev/pytest-mock/workflows/main/badge.svg
+.. |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
0 commit comments