Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading