From a30d18380da970109188c69f46bbd2f2fb9c67f1 Mon Sep 17 00:00:00 2001 From: Ilya Sinelnikov Date: Sat, 21 Nov 2020 17:57:42 +0300 Subject: [PATCH] Added Go Report Card --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8d879c..165de6f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![GoDoc](https://godoc.org/golang.yandex/hasql?status.svg)](https://godoc.org/golang.yandex/hasql) ![tests](https://github.com/yandex/go-hasql/workflows/tests/badge.svg?branch=master) ![lint](https://github.com/yandex/go-hasql/workflows/lint/badge.svg?branch=master) +[![Go Report Card](https://goreportcard.com/badge/golang.yandex/hasql)](https://goreportcard.com/report/golang.yandex/hasql) [![codecov](https://codecov.io/gh/yandex/go-hasql/branch/master/graph/badge.svg)](https://codecov.io/gh/yandex/go-hasql) `hasql` provides simple and reliable way to access high-availability database setups with multiple hosts.