From 542d0a9243664f38551ae5ff6e45e4f3a767325a Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Fri, 28 Jun 2024 13:51:55 +0100 Subject: [PATCH] Add badge for test coverage --- CHANGES.rst | 2 +- README.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 349fa43e..906843fd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,7 +11,7 @@ Minor changes: - Rename ``master`` branch to ``main``, see `Issue `_ - Added missing public classes and functions to API documentation. -- Add version badge +- Add Python version badge and badge for test coverage - Remove 4.x badge - Update list of ``tox`` environments diff --git a/README.rst b/README.rst index a02265dc..40ab9d1e 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,11 @@ files. :target: https://icalendar.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status +.. image:: https://coveralls.io/repos/github/collective/icalendar/badge.svg + :target: https://coveralls.io/github/collective/icalendar + :alt: Test Coverage + + .. _`icalendar`: https://pypi.org/project/icalendar/ .. _`RFC 5545`: https://www.ietf.org/rfc/rfc5545.txt .. _`python-dateutil`: https://github.com/dateutil/dateutil/