Skip to content

Commit

Permalink
Chore: Added coveralls to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jytesh committed Apr 20, 2021
1 parent 395c540 commit c6f8603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,9 +7,9 @@
> Simple key-value storage with support for multiple backends
[![Tests](https://github.com/keyvhq/keyv/actions/workflows/test.yml/badge.svg)](https://github.com/keyvhq/keyv/actions/workflows/test.yml)

[![npm](https://img.shields.io/npm/dm/@keyvhq/keyv.svg)](https://www.npmjs.com/package/@keyvhq/keyv)
[![npm](https://img.shields.io/npm/v/@keyvhq/keyv.svg)](https://www.npmjs.com/package/@keyvhq/keyv)
[![Coverage Status](https://coveralls.io/repos/github/keyvhq/keyv/badge.svg?branch=master)](https://coveralls.io/github/keyvhq/keyv?branch=master)

Keyv provides a consistent interface for key-value storage across multiple backends via storage adapters. It supports TTL based expiry, making it suitable as a cache or a persistent key-value store.

Expand Down

0 comments on commit c6f8603

Please sign in to comment.