From f14a43efb7dcbc1d59f676f173ca68ef77e1f3f4 Mon Sep 17 00:00:00 2001 From: Gabriel Oliveira Date: Sat, 26 Oct 2024 18:26:25 -0300 Subject: [PATCH] chore: add badges --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbede11..b61d0d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# Klife - [![ci](https://github.com/oliveigah/klife/actions/workflows/ci.yml/badge.svg)](https://github.com/oliveigah/klife/actions/workflows/ci.yml) +[![Coverage Status](https://coveralls.io/repos/github/oliveigah/klife/badge.svg?branch=main)](https://coveralls.io/github/oliveigah/klife?branch=main) +[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/klife) +[![Documentation badge](https://img.shields.io/badge/Documentation-ff69b4)][docs] + +# Klife Klife is a high-performance Kafka client built from the ground up with minimal dependencies. Currently, Klife supports producer functionality, with plans to add consumer features in the future.