From 7c8803d7ccf336a0323bd1b98ce3b57fa768bd1b Mon Sep 17 00:00:00 2001 From: Mojtaba Arezoumand Date: Fri, 12 May 2023 16:40:08 +0330 Subject: [PATCH] doc: add badges to docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33ea183..8477a60 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![test](https://github.com/mojixcoder/gosrm/actions/workflows/test.yml/badge.svg) +[![code quality](https://app.codacy.com/project/badge/Grade/a9ca122539bc4d198a370dab1d6081a9)](https://app.codacy.com/gh/mojixcoder/gosrm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) +[![coverage](https://app.codacy.com/project/badge/Coverage/a9ca122539bc4d198a370dab1d6081a9)](https://app.codacy.com/gh/mojixcoder/gosrm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) + ### GOSRM --- **GOSRM** is an OSRM client written in Go. It implements all OSRM 5.x installations.