Skip to content

Commit

Permalink
Fix badge and workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 28, 2019
1 parent 6edbe85 commit 540f682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pytest plugin
name: build

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ of a test:
.. |anaconda| image:: https://img.shields.io/conda/vn/conda-forge/pytest-mock.svg
:target: https://anaconda.org/conda-forge/pytest-mock

.. |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
:target: https://github.com/pytest-dev/pytest-mock/actions

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

0 comments on commit 540f682

Please sign in to comment.