From 4e91ad28705d0b9a9b44bad9a30a3ff34e02e615 Mon Sep 17 00:00:00 2001 From: Raj Nandan Sharma Date: Wed, 6 Mar 2024 09:25:48 +0530 Subject: [PATCH] updated workflow file action cover --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0eb91a0..c193296 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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. ## Constants