From e19143ef58ac69e6897f332f061fb1baf6210d1e Mon Sep 17 00:00:00 2001 From: Kristof Arleitner <126708681+karleitner@users.noreply.github.com> Date: Tue, 20 Jun 2023 22:31:32 +0200 Subject: [PATCH] Add test status badge to README --- .github/workflows/{pytest.yaml => tests.yaml} | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{pytest.yaml => tests.yaml} (97%) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/tests.yaml similarity index 97% rename from .github/workflows/pytest.yaml rename to .github/workflows/tests.yaml index 358b6e6..b53a401 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,4 @@ -name: Pytest +name: tests on: pull_request: diff --git a/README.md b/README.md index 328c6e9..54278c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Indy Rewards [![Python: 3.10, 3.11](https://img.shields.io/badge/python-3.10_|_3.11-2ea44f?logo=python)](https://python.org) +[![Tests](https://github.com/IndigoProtocol/indy-rewards/workflows/tests/badge.svg)](https://github.com/IndigoProtocol/indy-rewards/actions/workflows/tests.yaml) [![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) Tool for calculating INDY rewards.