From 544a1e0cc846167b82b40a606c3f6089135a8851 Mon Sep 17 00:00:00 2001 From: Gabriele Bellomia <56808633+bellomia@users.noreply.github.com> Date: Sun, 19 Feb 2023 07:41:05 +0100 Subject: [PATCH] Fix workflow badges Following the breaking change in shields.io as described in https://github.com/badges/shields/issues/8671 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82d371a..7c1c5dd 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ###### Honeycomb flakes, sheets, ribbons, whatever. Made easy. ------- -[![build](https://img.shields.io/github/workflow/status/qcmplab/honeytools/BUILD?logo=Fortran&style=flat-square)](https://github.com/qcmplab/HoneyTools/actions/workflows/build.yaml) -[![test](https://img.shields.io/github/workflow/status/qcmplab/honeytools/TEST?label=test-suite&logo=Fortran&style=flat-square)](https://github.com/qcmplab/HoneyTools/actions/workflows/test.yaml) -[![docs](https://img.shields.io/github/workflow/status/qcmplab/honeytools/DOCS?label=docs-gen&logo=Fortran&style=flat-square)](https://qcmplab.github.io/HoneyTools/) +[![build](https://img.shields.io/github/actions/workflow/status/qcmplab/honeytools/build.yaml?logo=Fortran&style=flat-square)](https://github.com/qcmplab/HoneyTools/actions/workflows/build.yaml) +[![test](https://img.shields.io/github/actions/workflow/status/qcmplab/honeytools/test.yaml?label=test-suite&logo=Fortran&style=flat-square)](https://github.com/qcmplab/HoneyTools/actions/workflows/test.yaml) +[![docs](https://img.shields.io/github/actions/workflow/status/qcmplab/honeytools/docs.yaml?label=docs-gen&logo=Fortran&style=flat-square)](https://qcmplab.github.io/HoneyTools/) [![codecov](https://img.shields.io/codecov/c/github/qcmplab/honeytools?label=coverage&logo=codecov&style=flat-square)](https://codecov.io/gh/qcmplab/honeytools) [![codacy](https://img.shields.io/codacy/grade/dc72f36f44b74dcda8b942c9d9760d4f?logo=codacy&style=flat-square)](https://app.codacy.com/gh/QcmPlab/HoneyTools/dashboard?branch=master)