From c1b9ae57172222959c558196a668c598d83531d7 Mon Sep 17 00:00:00 2001 From: Raj Nandan Sharma Date: Wed, 6 Mar 2024 09:26:12 +0530 Subject: [PATCH] updated workflow file action cover --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c193296..7382cca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Package tripper ---- [![Coverage Status](https://coveralls.io/repos/github/rajnandan1/go-tripper/badge.svg?branch=main)](https://coveralls.io/github/rajnandan1/go-tripper?branch=main) The `tripper` is a lightweight, 0 dependencies package that provides functionality for monitoring the status of a circuit. It allows you to track the success and failure counts of events and determine if a circuit should be open or closed based on configurable thresholds. This can be useful in scenarios where you want to implement circuit breaker patterns or manage the availability of services.