From 1ad7bbc843ab6f53a5645e467b50bcedf88001fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Mirg=C3=BCn=20ERCAN?= Date: Thu, 20 Jun 2024 01:40:37 +0300 Subject: [PATCH] readme add coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13f8439..0026e49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Postgrest GO [![golangci-lint](https://github.com/supabase-community/postgrest-go/actions/workflows/golangci.yml/badge.svg)](https://github.com/supabase-community/postgrest-go/actions/workflows/golangci.yml) [![CodeFactor](https://www.codefactor.io/repository/github/supabase-community/postgrest-go/badge/main?s=101cab44de33934fd85cadcd9a9b535a05791670)](https://www.codefactor.io/repository/github/supabase-community/postgrest-go/overview/main) +[![Go Coverage](https://github.com/supabase-community/postgrest-go/wiki/coverage.svg)](https://raw.githack.com/wiki/supabase-community/postgrest-go/coverage.html) Golang client for [PostgREST](https://postgrest.org). The goal of this library is to make an "ORM-like" restful interface.