From 4c48282cb239dd5614a2cdc1aa27b3446b452d3e Mon Sep 17 00:00:00 2001 From: hsluoyz Date: Sun, 18 Apr 2021 11:23:48 +0800 Subject: [PATCH] Add back code-coverage badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d9eeee..251a047 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Go-pg Adapter [![Go](https://github.com/casbin/casbin-pg-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/casbin/casbin-pg-adapter/actions/workflows/ci.yml) +[![Coverage Status](https://coveralls.io/repos/github/casbin/casbin-pg-adapter/badge.svg?branch=master)](https://coveralls.io/github/casbin/casbin-pg-adapter?branch=master) Go-pg Adapter is the [Go-pg](https://github.com/go-pg/pg) adapter for [Casbin](https://github.com/casbin/casbin). With this library, Casbin can load policy from PostgreSQL or save policy to it.