Skip to content

Commit

Permalink
doc(README.md): add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pzentenoe committed Aug 11, 2024
1 parent 95cafd6 commit 35f0967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

The go-cache library is a high-performance, in-memory key-value store written in Go, designed to provide fast, temporary storage for your applications. It is suitable for caching purposes where data needs to be accessed quickly and frequently, but persistence is not required.

[![codecov](https://codecov.io/github/pzentenoe/go-cache/graph/badge.svg?token=3W164MZ18S)](https://codecov.io/github/pzentenoe/go-cache)
![CI](https://github.com/pzentenoe/go-cache/actions/workflows/actions.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/pzentenoe/go-cache)](https://goreportcard.com/report/github.com/pzentenoe/go-cache)
![License](https://img.shields.io/github/license/pzentenoe/go-cache.svg)
Expand Down

0 comments on commit 35f0967

Please sign in to comment.