diff --git a/README.md b/README.md index 751fad7a82..3ea3dbebb8 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) ![Integration tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/integration-tests.yaml?label=integration%20tests) ![Sanity tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/sanity-tests.yaml?label=sanity%20tests) ![Unit tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/unit-tests.yaml?label=unit%20tests) ![Codecov](https://img.shields.io/codecov/c/github/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)