diff --git a/README.md b/README.md index a340574..cddb330 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@ gin middleware to automatically generate RESTful API documentation with Swagger This is a fork of [gin-swagger](https://github.com/swaggo/gin-swagger) -[![Go Report Card](https://goreportcard.com/badge/git.company.lan/gopkg/gin-swagger)](https://goreportcard.com/report/git.company.lan/gopkg/gin-swagger) -[![GoDoc](https://godoc.org/git.company.lan/gopkg/gin-swagger?status.svg)](https://godoc.org/git.company.lan/gopkg/gin-swagger) +[![Build Status](https://github.com/swaggo/gin-swagger/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/features/actions) +[![Codecov branch](https://img.shields.io/codecov/c/github/swaggo/gin-swagger/master.svg)](https://codecov.io/gh/swaggo/gin-swagger) +[![Go Report Card](https://goreportcard.com/badge/github.com/swaggo/gin-swagger)](https://goreportcard.com/report/github.com/swaggo/gin-swagger) +[![GoDoc](https://godoc.org/github.com/swaggo/gin-swagger?status.svg)](https://godoc.org/github.com/swaggo/gin-swagger) +[![Release](https://img.shields.io/github/release/swaggo/gin-swagger.svg?style=flat-square)](https://github.com/swaggo/gin-swagger/releases) ## Usage