Skip to content

Commit 28f2da0

Browse files
authored
Add coverage badge to README
Add coverage badge to README
1 parent fccb351 commit 28f2da0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# httpcache
22

33
[![Go](https://github.com/cyberbeast/httpcache/actions/workflows/go.yml/badge.svg)](https://github.com/cyberbeast/httpcache/actions/workflows/go.yml)
4+
![coverage](https://raw.githubusercontent.com/cyberbeast/httpcache/badges/.badges/main/coverage.svg)
45

56
An HTTP transport for Go standard library's HTTP Client that caches HTTP Responses in a local SQLite database to speed up subsequent requests.
67

0 commit comments

Comments
 (0)