From 436141497fe7d00ce74f010fa954dc34b7b846df Mon Sep 17 00:00:00 2001 From: Matin Tamizi Date: Fri, 22 May 2020 07:46:09 -0500 Subject: [PATCH] add badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7df71aba..a35b1a2a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Cuenca – Python client library +[![test](https://github.com/cuenca-mx/cuenca-python/workflows/test/badge.svg)](https://github.com/cuenca-mx/cuenca-python/actions?query=workflow%3Atest) +[![codecov](https://codecov.io/gh/cuenca-mx/cuenca-python/branch/master/graph/badge.svg)](https://codecov.io/gh/cuenca-mx/cuenca-python) +[![PyPI](https://img.shields.io/pypi/v/cuenca.svg)](https://pypi.org/project/cuenca/) + ## Transfers ### Create transfer @@ -72,4 +76,4 @@ new = cuenca.ApiKey.create() old_id = cuenca.session.auth[0] cuenca.session.configure(new.id, new.secret) cuenca.ApiKey.deactivate(old_id, minutes) -``` \ No newline at end of file +```