From d38cdfa87f6b2ba15257bf2d1eea625db1f33458 Mon Sep 17 00:00:00 2001 From: BarnabasG Date: Sat, 7 Mar 2026 22:25:34 +0000 Subject: [PATCH] Update readme - badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e9fb2a..53e633c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # pytest-api-cov +![GitHub Release](https://img.shields.io/github/v/release/BarnabasG/api-coverage) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/pytest-api-cov?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/pytest-api-cov) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/BarnabasG/api-coverage/ci.yml) + + A **pytest plugin** that measures **API endpoint coverage** for FastAPI, Flask, and Django applications. Know which endpoints are tested and which are missing coverage. ## Features