From 8737c402147619c34477d559b08b621feb74cc36 Mon Sep 17 00:00:00 2001 From: himadieievsv Date: Sun, 7 Jan 2024 07:37:44 +0900 Subject: [PATCH] test report badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a11a59..27e7f64 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # RedPulsar +![Unit Tests](https://github.com/himadieievsv/redpulsar/actions/workflows/unit-tests.yml/badge.svg) +![Integration Tests](https://github.com/himadieievsv/redpulsar/actions/workflows/integration-tests.yml/badge.svg) [![Apache 2.0 licensed](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE) +[![codecov](https://codecov.io/gh/himadieievsv/redpulsar/graph/badge.svg?token=ME7ESPRABQ)](https://codecov.io/gh/himadieievsv/redpulsar) ## What is RedPulsar? RedPulsar provides Distributed Locks with Redis and other utilities for cloud computing or different kinds of distributed systems.