From 26f99f89d96f4d10a1e36b935698f39a76102024 Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Thu, 20 Feb 2025 23:08:21 -0600 Subject: [PATCH] docs: add Codecov badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f532f7e..23eda2b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![License][license-badge]][license-url] [![Docs][docs-badge]][docs-url] [![CI][ci-badge]][ci-url] +[![Codecov][codecov-badge]][codecov-url] [license-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square [license-url]: #license @@ -10,6 +11,8 @@ [docs-url]: https://php-lights.github.io/php-xml/ [ci-badge]: https://img.shields.io/github/actions/workflow/status/php-lights/php-xml/.github/workflows/php.yml?style=flat-square [ci-url]: https://github.com/php-lights/php-xml/actions/workflows/php.yml +[codecov-badge]: https://img.shields.io/codecov/c/github/php-lights/php-xml?style=flat-square +[codecov-url]: https://app.codecov.io/gh/php-lights/php-xml A PHP library that provides a nicer, lightweight wrapper around PHP's native XML API.