Skip to content

Commit 64e8e6a

Browse files
committed
README: update badges
1 parent 0b8da05 commit 64e8e6a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django-nested-admin
22
###################
33

4-
|build_badge| |docs_badge|
4+
|build_badge| |coverage_badge| |docs_badge|
55

66
**django-nested-admin** is a project that makes it possible to nest
77
admin inlines (that is, to define inlines on InlineModelAdmin classes).
@@ -128,7 +128,9 @@ License <http://opensource.org/licenses/BSD-2-Clause>`_. View the
128128
``LICENSE`` file under the root directory for complete license and
129129
copyright information.
130130

131-
.. |build_badge| image:: https://travis-ci.org/theatlantic/django-nested-admin.svg?branch=master
132-
:target: https://travis-ci.org/theatlantic/django-nested-admin
131+
.. |build_badge| image:: https://github.com/theatlantic/django-nested-admin/workflows/Test/badge.svg
132+
:target: https://github.com/theatlantic/django-nested-admin/actions
133+
.. |coverage_badge| image:: https://codecov.io/gh/theatlantic/django-nested-admin/branch/master/graph/badge.svg
134+
:target: https://codecov.io/gh/theatlantic/django-nested-admin
133135
.. |docs_badge| image:: https://readthedocs.org/projects/django-nested-admin/badge/?version=latest
134136
:target: http://django-nested-admin.readthedocs.org/en/latest/

0 commit comments

Comments
 (0)