From 36c147036d7356f4700a3a463003f2e6c82c2f68 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Thu, 13 Jun 2024 19:15:17 +0000 Subject: [PATCH] fix shields.io badges in README.md --- README.md | 2 +- changelogs/fragments/20240613-fix-README-bagdes.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/20240613-fix-README-bagdes.yaml diff --git a/README.md b/README.md index 751fad7a82..ca191b670e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Collection for Ansible -[![CI](https://github.com/ansible-collections/kubernetes.core/workflows/CI/badge.svg?event=push)](https://github.com/ansible-collections/kubernetes.core/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes.core)](https://codecov.io/gh/ansible-collections/kubernetes.core) +[![Linters](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/linters.yaml?label=linters)](https://github.com/ansible-collections/kubernetes.core/actions/workflows/linters.yaml) [![Integration tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/integration-tests.yaml?label=integration%20tests)](https://github.com/ansible-collections/kubernetes.core/actions/workflows/integration-tests.yaml) [![Sanity tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/sanity-tests.yaml?label=sanity%20tests)](https://github.com/ansible-collections/kubernetes.core/actions/workflows/sanity-tests.yaml) [![Unit tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/unit-tests.yaml?label=unit%20tests)](https://github.com/ansible-collections/kubernetes.core/actions/workflows/unit-tests.yaml) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes.core)](https://app.codecov.io/gh/ansible-collections/kubernetes.core) This repository hosts the `kubernetes.core` (formerly known as `community.kubernetes`) Ansible Collection. diff --git a/changelogs/fragments/20240613-fix-README-bagdes.yaml b/changelogs/fragments/20240613-fix-README-bagdes.yaml new file mode 100644 index 0000000000..ec4960f019 --- /dev/null +++ b/changelogs/fragments/20240613-fix-README-bagdes.yaml @@ -0,0 +1,2 @@ +minor_changes: + - README.md - fixed badges in README.md (https://github.com/ansible-collections/kubernetes.core/pull/749)