From b1fd6a64af52c2f348dd2d33241e433e4df5de0b Mon Sep 17 00:00:00 2001 From: vvatanabe Date: Sat, 14 Sep 2024 07:56:17 +0900 Subject: [PATCH] docs: Update README.md with codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa93739..fdb60a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-sdbm - [![Go](https://github.com/vvatanabe/go-sdbm/actions/workflows/go.yml/badge.svg)](https://github.com/vvatanabe/go-sdbm/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/vvatanabe/go-sdbm)](https://goreportcard.com/report/github.com/vvatanabe/go-sdbm) [![Go Reference](https://pkg.go.dev/badge/github.com/vvatanabe/go-sdbm.svg)](https://pkg.go.dev/github.com/vvatanabe/go-sdbm) + [![Go](https://github.com/vvatanabe/go-sdbm/actions/workflows/go.yml/badge.svg)](https://github.com/vvatanabe/go-sdbm/actions/workflows/go.yml) [![codecov](https://codecov.io/github/vvatanabe/go-sdbm/graph/badge.svg?token=VB49CF4XLW)](https://codecov.io/github/vvatanabe/go-sdbm) [![Go Report Card](https://goreportcard.com/badge/github.com/vvatanabe/go-sdbm)](https://goreportcard.com/report/github.com/vvatanabe/go-sdbm) [![Go Reference](https://pkg.go.dev/badge/github.com/vvatanabe/go-sdbm.svg)](https://pkg.go.dev/github.com/vvatanabe/go-sdbm) go-sdbm is a pure Go implementation of the classic SDBM key-value store.