From 86ede4c57dbc412068916b12fc2a07d438a9d977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Tue, 4 Jan 2022 11:25:19 +0100 Subject: [PATCH] add test & coverage badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b68e06..f9c9465 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ## Librairie "outil" pour SQLAlchemy et Flask +[![pytest](https://github.com/PnX-SI/Utils-Flask-SQLAlchemy/actions/workflows/pytest.yml/badge.svg)](https://github.com/PnX-SI/Utils-Flask-SQLAlchemy/actions/workflows/pytest.yml) +[![codecov](https://codecov.io/gh/PnX-SI/Utils-Flask-SQLAlchemy/branch/master/graph/badge.svg?token=R81RR3V5RI)](https://codecov.io/gh/PnX-SI/Utils-Flask-SQLAlchemy) + Cette librairie fournit des décorateurs pour faciliter le développement avec Flask et SQLAlchemy. Paquet Python : https://pypi.org/project/utils-flask-sqlalchemy/.