From 9270eb2ebf7508379937dd24f62c43cfcd606004 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Sun, 3 Nov 2019 00:24:41 +0100 Subject: [PATCH] Use https for gocover badge This will fix the browser warning when showing the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2cedca..54436b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Core is a lightweight wrapper of sql.DB. [![Build Status](https://drone.gitea.com/api/badges/xorm/core/status.svg)](https://drone.gitea.com/xorm/core) -[![](http://gocover.io/_badge/xorm.io/core)](http://gocover.io/xorm.io/core) +[![Test Coverage](https://gocover.io/_badge/xorm.io/core)](https://gocover.io/xorm.io/core) [![Go Report Card](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/xorm.io/core) # Open -- 2.40.1