From 95777415b0e3c516ab350fc6b540470be35c2689 Mon Sep 17 00:00:00 2001 From: Matthew R Kasun Date: Sun, 7 Apr 2024 09:18:14 -0400 Subject: [PATCH] coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc5ee6..df92d9d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ boltdb ![tests](https://github.com/devilcove/boltdb/actions/workflows/test.yml/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/devilcove/boltdb?style=flat-square)](https://goreportcard.com/report/github.com/devilcove/boltdb) [![Go Reference](https://pkg.go.dev/badge/github.com/devilcove/boltdb.svg)](https://pkg.go.dev/github.com/devilcove/boltdb) -[![Go Coverage](https://github.com/wiki/devilcove/boltdb/coverage/coverage.svg)](https://raw.github.com/wiki/devilcove/boltdb/coverage/coverage.html) +[![Go Coverage](https://github.com/wiki/devilcove/boltdb/coverage/coverage.svg)](https://raw.githack.com/wiki/devilcove/boltdb/coverage/coverage.html) Go module `github.com/devilcove/boltdb` is a generic abstractions layer for basic crud operations on a `go.etcd.io/bbolt` key/value store