From 87f60cbcc162f36b5d198c2e109ae90cf40229c9 Mon Sep 17 00:00:00 2001 From: Chance Newkirk Date: Sun, 8 Mar 2026 01:51:14 -0800 Subject: [PATCH] docs: add Codecov badge to RTD landing page Co-Authored-By: Claude Sonnet 4.6 --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 6635897..af4799a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,7 @@ # opennms-api-wrapper [![CI](https://github.com/cnewkirk/opennms-api-wrapper/actions/workflows/ci.yml/badge.svg)](https://github.com/cnewkirk/opennms-api-wrapper/actions/workflows/ci.yml) +[![Coverage](https://codecov.io/gh/cnewkirk/opennms-api-wrapper/graph/badge.svg)](https://codecov.io/gh/cnewkirk/opennms-api-wrapper) [![PyPI](https://img.shields.io/pypi/v/opennms-api-wrapper)](https://pypi.org/project/opennms-api-wrapper/) [![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/cnewkirk/opennms-api-wrapper/blob/main/LICENSE)