From 60af17b40aeaa0e943fd17d25b9274c9106871c7 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Mon, 20 Apr 2020 19:47:04 +0700 Subject: [PATCH] Codecov badge added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df698ab..0d8162b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/supanadit/jwt-go.svg?branch=master)](https://travis-ci.org/supanadit/jwt-go) [![Go Report Card](https://goreportcard.com/badge/github.com/supanadit/jwt-go)](https://goreportcard.com/report/github.com/supanadit/jwt-go) +[![codecov](https://codecov.io/gh/supanadit/jwt-go/branch/master/graph/badge.svg)](https://codecov.io/gh/supanadit/jwt-go) A JWT library for Golang and easy to use, but this is not original library meaning this library depends on other library such as [jwt-go](https://github.com/dgrijalva/jwt-go) which is the original JWT library for golang, also [mapstructure](github.com/mitchellh/mapstructure), and [bcrypt](golang.org/x/crypto/bcrypt).