From 540f6822bb808cffc41d0a9b3ba7b00b884b112c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 28 Sep 2019 15:46:33 -0300 Subject: [PATCH] Fix badge and workflow name --- .github/workflows/main.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1eb0451..318a5d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: pytest plugin +name: build on: [push, pull_request] diff --git a/README.rst b/README.rst index ae2e9ac..4ce4d39 100644 --- a/README.rst +++ b/README.rst @@ -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