From 08d79b1f6de09c42b84160f911982a74159d0097 Mon Sep 17 00:00:00 2001 From: Krishnasis Date: Sun, 17 Mar 2024 11:21:57 +0100 Subject: [PATCH] Add coveralls badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46c41a..3e54ef5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![latest](https://github.com/krishnasism/retry-later/actions/workflows/publish.yml/badge.svg)](https://github.com/krishnasism/retry-later/actions/workflows/publish.yml) [![tests](https://github.com/krishnasism/retry-later/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/krishnasism/retry-later/actions/workflows/test.yml) - +[![Coverage Status](https://coveralls.io/repos/github/krishnasism/retry-later/badge.svg?branch=main)](https://coveralls.io/github/krishnasism/retry-later?branch=main) # retry_later `@retry_later` allows you to retry the execution of a function asynchronously in the background until it's done.