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)