Skip to content

Commit 8bbebc7

Browse files
committed
docs(readme): add Codacy badges
1 parent 534bec8 commit 8bbebc7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](LICENSE)
77
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge)](http://commitizen.github.io/cz-cli/)
88
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge)](https://github.com/semantic-release/semantic-release?style=for-the-badge)
9+
910
[![Actions Status](https://github.com/brpaz/echozap/workflows/CI/badge.svg?style=for-the-badge)](https://github.com/brpaz/echozap/actions)
11+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/99c5875d156440c0b861dad80c76c01f)](https://www.codacy.com/manual/brpaz/echozap?utm_source=github.com&utm_medium=referral&utm_content=brpaz/echozap&utm_campaign=Badge_Grade)
12+
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/99c5875d156440c0b861dad80c76c01f)](https://www.codacy.com/manual/brpaz/echozap?utm_source=github.com&utm_medium=referral&utm_content=brpaz/echozap&utm_campaign=Badge_Coverage)
1013

1114
## Pre-requisites
1215

1316
* Go with Go modules enabled.
14-
* [Echo](https://echo.labstack.com/)
17+
* [Echo v4](https://echo.labstack.com/)
1518
* [Zap](https://github.com/uber-go/zap)
1619

1720
## Usage
@@ -23,7 +26,7 @@ import (
2326
"net/http"
2427

2528
"github.com/brpaz/echozap"
26-
"github.com/labstack/echo"
29+
"github.com/labstack/echo/v4"
2730
"go.uber.org/zap"
2831
)
2932

0 commit comments

Comments
 (0)