From 2eb0521e5f01861a108fbf8523863ef87fefc56a Mon Sep 17 00:00:00 2001 From: Oleh Kuchuk Date: Sat, 17 Mar 2018 16:09:59 +0200 Subject: [PATCH] Added coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8de6227f..154dcf2b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Updates](https://pyup.io/repos/github/hzlmn/aiohttp-jwt/shield.svg)](https://pyup.io/repos/github/hzlmn/aiohttp-jwt/) [![Python 3](https://pyup.io/repos/github/hzlmn/aiohttp-jwt/python-3-shield.svg)](https://pyup.io/repos/github/hzlmn/aiohttp-jwt/) [![Build Status](https://travis-ci.org/hzlmn/aiohttp-jwt.svg?branch=master)](https://travis-ci.org/hzlmn/aiohttp-jwt) +[![codecov](https://codecov.io/gh/hzlmn/aiohttp-jwt/branch/master/graph/badge.svg)](https://codecov.io/gh/hzlmn/aiohttp-jwt) > The library provides `aiohttp` middleware and helper utils for working with JSON web tokens.