From 6198320f3f31202bf03589915a407cb0b31a307d Mon Sep 17 00:00:00 2001 From: Roman Leonenkov <6890447+grafviktor@users.noreply.github.com> Date: Sat, 25 Nov 2023 01:04:43 +0000 Subject: [PATCH] IMPROVEMENT-12: Add codecode badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5930b9a..78d688d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GOTO - A simple SSH manager # -[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/grafviktor/goto/master/LICENSE) +[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/grafviktor/goto/master/LICENSE) +[![Codecov](https://codecov.io/gh/grafviktor/goto/branch/develop/graph/badge.svg?token=wrIL0tyQ5q)](https://codecov.io/gh/grafviktor/goto) This utility helps to maintain a list of ssh servers. Unlike PuTTY it doesn't incorporate any connection logic, but relying on `ssh` utility which should be installed on your system.