From 38fd85faa4e14b9f03412fd995f77ef40da3fe54 Mon Sep 17 00:00:00 2001 From: "V. R. Miguel" <36349314+vrmiguel@users.noreply.github.com> Date: Thu, 4 Jun 2020 20:53:42 -0300 Subject: [PATCH] Add Codacy badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce59cbe..a681da5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# minishell-2 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Semaphore Build](https://vrmiguel.semaphoreci.com/badges/minishell-2/branches/master.svg?style=shields)](https://vrmiguel.semaphoreci.com/projects/minishell-2/) +# minishell-2 [![Codacy Badge](https://app.codacy.com/project/badge/Grade/22323d0cc54b437c8340bc46dd0b9481)](https://www.codacy.com/manual/lemao.vrm07/minishell-2?utm_source=github.com&utm_medium=referral&utm_content=vrmiguel/minishell-2&utm_campaign=Badge_Grade) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Semaphore Build](https://vrmiguel.semaphoreci.com/badges/minishell-2/branches/master.svg?style=shields)](https://vrmiguel.semaphoreci.com/projects/minishell-2/) Unix shell written in pure C++11. ## Building -- 2.11.4.GIT