From 52453bcb0b16a80618f10b29d5feb365a8f82653 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Wed, 22 Jan 2025 12:00:25 +0100 Subject: [PATCH] Replace Travis-CI badge with GitHub Actions badge (#49) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index db5717b..486d1ca 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ drafthorse -- Basic ZUGFeRD implementation in Python ==================================================== -.. image:: https://travis-ci.com/pretix/python-drafthorse.svg?branch=master - :target: https://travis-ci.com/pretix/python-drafthorse +.. image:: https://github.com/pretix/python-drafthorse/actions/workflows/tests.yml/badge.svg + :target: https://github.com/pretix/python-drafthorse/actions/workflows/tests.yml .. image:: https://codecov.io/gh/pretix/python-drafthorse/branch/master/graph/badge.svg :target: https://codecov.io/gh/pretix/drafthorse -- 2.47.3