Skip to content

Commit

Permalink
Update status badges in Readme to point at current CI infra
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 24, 2024
1 parent 17cb25e commit 12a0f10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12a0f10

Please sign in to comment.