From 466f9e3c5d33521b3c84514e44a2678cdfa41a3f Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 11 Feb 2020 17:31:50 -0600 Subject: [PATCH] Add link to codecov.io overview page from code coverage badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7454f8c9..12378672 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Collection for Ansible -[![CI](https://github.com/ansible-collections/kubernetes/workflows/CI/badge.svg?branch=master)](https://github.com/ansible-collections/kubernetes/actions) ![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes) +[![CI](https://github.com/ansible-collections/kubernetes/workflows/CI/badge.svg?branch=master)](https://github.com/ansible-collections/kubernetes/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes)](https://codecov.io/gh/ansible-collections/kubernetes) This repo hosts the `community.kubernetes` Ansible Collection.