From a624ceb0cfb35f9f62211d6d918e704a414121d7 Mon Sep 17 00:00:00 2001 From: Eric Swann Date: Thu, 6 May 2021 22:03:04 -0600 Subject: [PATCH] Added code coverage to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b7e5db..4453eb5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Funky fresh (and easy) functional-lite! - + +[![Coverage Status](https://coveralls.io/repos/github/eswann/bootsy/badge.svg?branch=main)](https://coveralls.io/github/eswann/bootsy?branch=main) ### Why? Bootsy was created to make functional composition as pragmatic as possible. Sure there's Ramda, Lodash, and others,