File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
django-nested-admin
2
2
###################
3
3
4
- |build_badge | |docs_badge |
4
+ |build_badge | |coverage_badge | | docs_badge |
5
5
6
6
**django-nested-admin ** is a project that makes it possible to nest
7
7
admin inlines (that is, to define inlines on InlineModelAdmin classes).
@@ -128,7 +128,9 @@ License <http://opensource.org/licenses/BSD-2-Clause>`_. View the
128
128
``LICENSE `` file under the root directory for complete license and
129
129
copyright information.
130
130
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
133
135
.. |docs_badge | image :: https://readthedocs.org/projects/django-nested-admin/badge/?version=latest
134
136
:target: http://django-nested-admin.readthedocs.org/en/latest/
You can’t perform that action at this time.
0 commit comments