From 73dea49f92e35d24f1e4c394c24d53558f5cc1c4 Mon Sep 17 00:00:00 2001 From: Toddr Bot Date: Thu, 9 Apr 2026 22:12:12 +0000 Subject: [PATCH] docs: add Codecov coverage badge to README Add a Codecov coverage badge next to the existing CI badge, both in Parser.pm POD (=for markdown) and the generated README.md. Links to the Codecov dashboard at codecov.io/gh/cpan-authors/XML-Parser. Co-Authored-By: Claude Opus 4.6 --- Parser.pm | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Parser.pm b/Parser.pm index f711cbf..c938e8c 100644 --- a/Parser.pm +++ b/Parser.pm @@ -322,7 +322,7 @@ sub file_ext_ent_cleanup { __END__ -=for markdown [![Build Status](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml/badge.svg)](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml) +=for markdown [![Build Status](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml/badge.svg)](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml) [![Coverage](https://codecov.io/gh/cpan-authors/XML-Parser/graph/badge.svg)](https://codecov.io/gh/cpan-authors/XML-Parser) =head1 NAME diff --git a/README.md b/README.md index 6f62540..6b616db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml/badge.svg)](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml) +[![Build Status](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml/badge.svg)](https://github.com/cpan-authors/XML-Parser/actions/workflows/testsuite.yml) [![Coverage](https://codecov.io/gh/cpan-authors/XML-Parser/graph/badge.svg)](https://codecov.io/gh/cpan-authors/XML-Parser) # NAME