From 8c9a93affeec4d4490b20be27e1ba69dd5f1f38e Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Thu, 7 Nov 2024 18:02:16 +0100 Subject: [PATCH] Add Coverage GH action status badge Signed-off-by: Sergio Arroutbi --- .github/workflows/{coverage.yaml => coverage.yml} | 0 .github/workflows/yamllint.yaml | 4 ++-- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{coverage.yaml => coverage.yml} (100%) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yml similarity index 100% rename from .github/workflows/coverage.yaml rename to .github/workflows/coverage.yml diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index c34eed5..cc5db85 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -5,10 +5,10 @@ name: 'Yamllint' branches: - main paths-ignore: - - '**.yml' + - '**.md' pull_request: paths-ignore: - - '**.yml' + - '**.md' jobs: yamllint: name: 'Yamllint' diff --git a/README.md b/README.md index f638d1c..80d4082 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ## Status +[![Coverage](https://github.com/sarroutbi/koji-retriever/actions/workflows/coverage.yaml/badge.svg)](https://github.com/sarroutbi/koji-retriever/actions/workflows/coverage.yaml)\ [![Rust](https://github.com/sarroutbi/koji-retriever/actions/workflows/rust.yaml/badge.svg)](https://github.com/sarroutbi/koji-retriever/actions/workflows/rust.yaml)\ [![Security audit](https://github.com/sarroutbi/koji-retriever/actions/workflows/audit.yaml/badge.svg)](https://github.com/sarroutbi/koji-retriever/actions/workflows/audit.yaml)\ [![Spellcheck](https://github.com/sarroutbi/koji-retriever/actions/workflows/spellcheck.yaml/badge.svg)](https://github.com/sarroutbi/koji-retriever/actions/workflows/spellcheck.yaml)