Skip to content

Commit 540f682

Browse files
committed
Fix badge and workflow name
1 parent 6edbe85 commit 540f682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pytest plugin
1+
name: build
22

33
on: [push, pull_request]
44

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ of a test:
3232
.. |anaconda| image:: https://img.shields.io/conda/vn/conda-forge/pytest-mock.svg
3333
:target: https://anaconda.org/conda-forge/pytest-mock
3434

35-
.. |ci| image:: https://github.com/pytest-dev/pytest-mock/workflows/main/badge.svg
35+
.. |ci| image:: https://github.com/pytest-dev/pytest-mock/workflows/build/badge.svg
3636
:target: https://github.com/pytest-dev/pytest-mock/actions
3737

3838
.. |coverage| image:: http://img.shields.io/coveralls/pytest-dev/pytest-mock.svg

0 commit comments

Comments
 (0)