From 526a166fdfaf71a90e7656390b281a44b74932fb Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:24:20 +0100 Subject: [PATCH] Update link to CI status (Github actions) --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1a7209d..f85f987 100644 --- a/README.rst +++ b/README.rst @@ -2,11 +2,11 @@ BDD library for the pytest runner ================================= .. image:: http://img.shields.io/pypi/v/pytest-bdd.svg - :target: https://pypi.python.org/pypi/pytest-bdd + :target: https://pypi.python.org/pypi/pytest-bdd .. image:: https://codecov.io/gh/pytest-dev/pytest-bdd/branch/master/graph/badge.svg - :target: https://codecov.io/gh/pytest-dev/pytest-bdd -.. image:: https://travis-ci.org/pytest-dev/pytest-bdd.svg?branch=master - :target: https://travis-ci.org/pytest-dev/pytest-bdd + :target: https://codecov.io/gh/pytest-dev/pytest-bdd +.. image:: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml/badge.svg + :target: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml .. image:: https://readthedocs.org/projects/pytest-bdd/badge/?version=stable :target: https://readthedocs.org/projects/pytest-bdd/ :alt: Documentation Status