From dfcb542f3e9ae3121d1e44d619edbf9354d3c422 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 24 Feb 2024 20:48:26 +0100 Subject: [PATCH] update test workflow name --- .github/workflows/{test.yaml => tests.yaml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test.yaml => tests.yaml} (98%) diff --git a/.github/workflows/test.yaml b/.github/workflows/tests.yaml similarity index 98% rename from .github/workflows/test.yaml rename to .github/workflows/tests.yaml index 7ce48de..1758680 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,4 @@ -name: Test and report coverage +name: Tests # GitHub events that triggers the workflow: on: diff --git a/README.md b/README.md index 73001cd..c1b7854 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RenderCV -[![test](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml) +[![tests](https://github.com/sinaatalay/rendercv/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml) [![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/sinaatalay/rendercv) [![pypi-version](https://img.shields.io/pypi/v/rendercv?label=PyPI%20version&color=rgb(0%2C79%2C144))](https://pypi.python.org/pypi/rendercv) [![pypi-downloads](https://img.shields.io/pepy/dt/rendercv?label=PyPI%20downloads&color=rgb(0%2C%2079%2C%20144))](https://pypi.python.org/pypi/rendercv)