From 5f5a63c02905b37fdfd4edea24297418aeedad31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 7 Feb 2019 18:15:37 +0100 Subject: [PATCH] Add a link to the codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9195fb92..e1546da6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Laravel 5.7](https://img.shields.io/badge/laravel-5.7-red.svg) ![Beta - experimental](https://img.shields.io/badge/beta-experimental-yellow.svg) ![Travis CI build](https://travis-ci.com/stancl/tenancy.svg?branch=master) -![Code coverage](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg) +[![codecov](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy) ### *A Laravel multi-database tenancy implementation that respects your code.*