Skip to content

Commit 189e431

Browse files
committed
Change readme badges to GitHub Actions and Codecov (#54)
1 parent 4e9e0f0 commit 189e431

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
humanfriendly: Human friendly input/output in Python
22
====================================================
33

4-
.. image:: https://travis-ci.org/xolox/python-humanfriendly.svg?branch=master
5-
:target: https://travis-ci.org/xolox/python-humanfriendly
4+
.. image:: https://github.com/xolox/python-humanfriendly/actions/workflows/test.yml/badge.svg?branch=master
5+
:target: https://github.com/xolox/python-humanfriendly/actions
66

7-
.. image:: https://coveralls.io/repos/github/xolox/python-humanfriendly/badge.svg?branch=master
8-
:target: https://coveralls.io/github/xolox/python-humanfriendly?branch=master
7+
.. image:: https://codecov.io/gh/xolox/python-humanfriendly/branch/master/graph/badge.svg?token=jYaj4T74TU
8+
:target: https://codecov.io/gh/xolox/python-humanfriendly
99

1010
The functions and classes in the `humanfriendly` package can be used to make
1111
text interfaces more user friendly. Some example features:

0 commit comments

Comments
 (0)