From 12a0f1016679bf1c0ce6ff42a1714e42feba3894 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 24 Oct 2024 10:17:12 +0300 Subject: [PATCH] Update status badges in Readme to point at current CI infra --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index f8608de..fa57b4e 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,12 @@ ISO 8601 date/time parser ========================= -.. image:: https://travis-ci.org/gweis/isodate.svg?branch=master - :target: https://travis-ci.org/gweis/isodate - :alt: Travis-CI -.. image:: https://coveralls.io/repos/gweis/isodate/badge.svg?branch=master - :target: https://coveralls.io/r/gweis/isodate?branch=master - :alt: Coveralls +.. image:: https://github.com/gweis/isodate/actions/workflows/test.yml/badge.svg + :target: https://github.com/gweis/isodate/actions/workflows/test.yml + :alt: GitHub Actions +.. image:: https://img.shields.io/codecov/c/gh/gweis/isodate + :target: https://app.codecov.io/gh/gweis/isodate + :alt: Codecov .. image:: https://img.shields.io/pypi/v/isodate.svg :target: https://pypi.python.org/pypi/isodate/ :alt: Latest Version