Skip to content

Commit 89c8ae4

Browse files
committed
docs: 📝 add codecov badge
1 parent 463d61a commit 89c8ae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
[![exponential_back_off](https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml/badge.svg)](https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml)
1+
[![exponential_back_off](https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml/badge.svg)](https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml) [![codecov](https://codecov.io/gh/Nidal-Bakir/exponential_back_off/branch/main/graph/badge.svg?token=WMK1RZQ2JE)](https://codecov.io/gh/Nidal-Bakir/exponential_back_off)
2+
23
## Retry failing processes like HTTP requests using an exponential interval between each retry
34

45
**Exponential backoff algorithm:**
6+
57
- An exponential backoff algorithm retries requests exponentially,
68
increasing the waiting time between retries up to a maximum backoff time.
79

0 commit comments

Comments
 (0)