From 77447c93d26cecdc4ea186c91b3a6e6b6bf29324 Mon Sep 17 00:00:00 2001 From: Sym Roe Date: Tue, 26 Sep 2023 12:01:23 +0100 Subject: [PATCH] Badges! --- .github/workflows/run_tests.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index a21eb19..8591337 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python package +name: Tests on: push: diff --git a/README.md b/README.md index f06a113..49ea091 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DC Signup Form -[![Coverage Status](https://coveralls.io/repos/github/DemocracyClub/dc_signup_form/badge.svg?branch=master)](https://coveralls.io/github/DemocracyClub/dc_signup_form?branch=master) +![Tests](https://github.com/DemocracyClub/dc_signup_form/actions/workflows/run_tests.yaml/badge.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) Django app with Email signup form for use on Democracy Club websites. Currently, this app is used on: * [Democracy Club](https://democracyclub.org.uk)