From eb5bf9d3190da7dea82edd85200932e02b34e429 Mon Sep 17 00:00:00 2001 From: iqb430 <1qbal4nwarr@gmail.com> Date: Mon, 20 Jul 2026 14:09:55 +0700 Subject: [PATCH] docs: add test coverage badge to README (#500) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06b4e1a5..25b29e75 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@
[![CI](https://github.com/imDarshanGK/AI-dev-assistant/actions/workflows/ci.yml/badge.svg)](https://github.com/imDarshanGK/AI-dev-assistant/actions) +[![Coverage Status](https://coveralls.io/repos/github/imDarshanGK/AI-dev-assistant/badge.svg?branch=main)](https://coveralls.io/github/imDarshanGK/AI-dev-assistant?branch=main) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![FastAPI](https://img.shields.io/badge/FastAPI-0.115+-009688?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com) [![Python](https://img.shields.io/badge/Python-3.12+-3776AB?logo=python&logoColor=white)](https://python.org)