From baca594a6bbd01866c34733e29c45f7af1412c12 Mon Sep 17 00:00:00 2001 From: Emanuele Bellocchia <54482000+ebellocchia@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:31:56 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03f0937..db8b2de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # C++ Factories injector -[![Build & Test](https://github.com/ebellocchia/factories_injector/actions/workflows/built-test.yml/badge.svg)](https://github.com/ebellocchia/factories_injector/actions/workflows/built-test.yml) -[![codecov](https://codecov.io/gh/ebellocchia/factories_injector/branch/master/graph/badge.svg)](https://codecov.io/gh/ebellocchia/factories_injector) + +| | +|---| +| [![GitHub License](https://img.shields.io/github/license/ebellocchia/factories_injector?label=License)](https://github.com/ebellocchia/factories_injector?tab=MIT-1-ov-file) | +| [![Build & Test](https://github.com/ebellocchia/factories_injector/actions/workflows/built-test.yml/badge.svg)](https://github.com/ebellocchia/factories_injector/actions/workflows/built-test.yml) | +| [![Codacy grade](https://img.shields.io/codacy/grade/a9ba229090be499fb27380aabcbc635b?label=Codacy%20Grade)](https://app.codacy.com/gh/ebellocchia/factories_injector/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/ebellocchia/factories_injector?label=CodeFactor%20Grade)](https://www.codefactor.io/repository/github/ebellocchia/factories_injector) | +| | ## Introduction