From 1508cb961198c71e2409d4300cf390738f9a5c81 Mon Sep 17 00:00:00 2001 From: Yannick Dylla Date: Tue, 20 Sep 2022 14:14:18 +0200 Subject: [PATCH] docs: update coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23f041a..6b8c48e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # fcache -![coverage](https://img.shields.io/badge/coverage-91%25-green) [![go-report-card](https://goreportcard.com/badge/github.com/ydylla/fcache)](https://goreportcard.com/report/github.com/ydylla/fcache) [![reference](https://pkg.go.dev/badge/github.com/ydylla/fcache.svg)](https://pkg.go.dev/github.com/ydylla/fcache) +![coverage](https://img.shields.io/badge/coverage-90%25-green) [![go-report-card](https://goreportcard.com/badge/github.com/ydylla/fcache)](https://goreportcard.com/report/github.com/ydylla/fcache) [![reference](https://pkg.go.dev/badge/github.com/ydylla/fcache.svg)](https://pkg.go.dev/github.com/ydylla/fcache) fcache is a file based persistent blob cache. It can be used to bring remote files closer to applications.