From b7cbfb19bc7d987dde8fc698e0cf4b066ba7ef8a Mon Sep 17 00:00:00 2001 From: Matteo Rossi Date: Mon, 23 Oct 2023 15:10:57 +0200 Subject: [PATCH] chore: add code-climate badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a7dd281..5dfa4e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ItaxCode +[![Maintainability](https://api.codeclimate.com/v1/badges/6ce5347018f4b448098f/maintainability)](https://codeclimate.com/github/matteoredz/itax-code/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/6ce5347018f4b448098f/test_coverage)](https://codeclimate.com/github/matteoredz/itax-code/test_coverage) + `ItaxCode` is a Ruby Gem to encode and decode Italian tax code (Codice Fiscale). It handles common operations on Italian tax code like, for instance, encoding, decoding and validation.