From b0d8b4c6a62209c2fb7ba78291ec3e108fbf9dc8 Mon Sep 17 00:00:00 2001 From: Ahmad Elassuty Date: Tue, 2 Feb 2021 21:27:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c51929..94c837f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # EventRouter [![Gem Version](https://badge.fury.io/rb/event_router.svg)](https://badge.fury.io/rb/event_router) +[![Maintainability](https://api.codeclimate.com/v1/badges/9827b31ebf9a473013fb/maintainability)](https://codeclimate.com/github/ahmad-elassuty/event_router/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/9827b31ebf9a473013fb/test_coverage)](https://codeclimate.com/github/ahmad-elassuty/event_router/test_coverage) ![Specs](https://github.com/ahmad-elassuty/event_router/workflows/Specs/badge.svg) EventRouter helps you organise your application domain events in a simple and intuitive way.