Skip to content

Commit

Permalink
docs: Update README.md with codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Sep 13, 2024
1 parent 25e7c77 commit b1fd6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit b1fd6a6

Please sign in to comment.