From 72210a9f5daf95b93a416a49cef22572c5168e05 Mon Sep 17 00:00:00 2001 From: Marc Veens Date: Sun, 19 Jan 2020 01:34:24 +0100 Subject: [PATCH] Badge update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6af8f38..b05bbe7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # react-context-mutex [![npm version](https://badgen.net/npm/v/react-context-mutex)](https://www.npmjs.com/package/react-context-mutex) -[![Build Status](https://travis-ci.com/marcveens/react-context-mutex.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex) -[![Coverage Status](https://coveralls.io/repos/github/marcveens/react-context-mutex/badge.svg?branch=master)](https://coveralls.io/github/marcveens/react-context-mutex?branch=master) +[![Build Status](https://travis-ci.com/marcveens/react-context-mutext.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex) +[![codecov](https://codecov.io/gh/marcveens/react-context-mutex/branch/master/graph/badge.svg)](https://codecov.io/gh/marcveens/react-context-mutex) A mutex implementation using React and React context. It will prevent a function from running multiple times, until you allow it to run again.