mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 11:12:21 +03:00
Add Github Actions workflow status badges
This commit is contained in:
parent
ea4804f1b8
commit
6c32886c6d
|
@ -1,6 +1,9 @@
|
||||||
# [Django REST framework][docs]
|
# [Django REST framework][docs]
|
||||||
|
|
||||||
[![build-status-image]][build-status]
|
[![build-status-image]][build-status]
|
||||||
|
[![django-ci-status-image]][django-ci-status]
|
||||||
|
[![pylint-status-image]][pylint-status]
|
||||||
|
[![black-status-image]][black-status]
|
||||||
[![coverage-status-image]][codecov]
|
[![coverage-status-image]][codecov]
|
||||||
[![pypi-version]][pypi]
|
[![pypi-version]][pypi]
|
||||||
|
|
||||||
|
@ -181,6 +184,12 @@ Please see the [security policy][security-policy].
|
||||||
[build-status]: https://github.com/encode/django-rest-framework/actions/workflows/main.yml
|
[build-status]: https://github.com/encode/django-rest-framework/actions/workflows/main.yml
|
||||||
[coverage-status-image]: https://img.shields.io/codecov/c/github/encode/django-rest-framework/master.svg
|
[coverage-status-image]: https://img.shields.io/codecov/c/github/encode/django-rest-framework/master.svg
|
||||||
[codecov]: https://codecov.io/github/encode/django-rest-framework?branch=master
|
[codecov]: https://codecov.io/github/encode/django-rest-framework?branch=master
|
||||||
|
[django-ci-status-image]: https://github.com/encode/django-rest-framework/actions/workflows/django.yml/badge.svg
|
||||||
|
[django-ci-status]: https://github.com/encode/django-rest-framework/actions/workflows/django.yml
|
||||||
|
[pylint-status-image]: https://github.com/encode/django-rest-framework/actions/workflows/pylint.yml/badge.svg
|
||||||
|
[pylint-status]: https://github.com/encode/django-rest-framework/actions/workflows/pylint.yml
|
||||||
|
[black-status-image]: https://github.com/encode/django-rest-framework/actions/workflows/black.yml/badge.svg
|
||||||
|
[black-status]: https://github.com/encode/django-rest-framework/actions/workflows/black.yml
|
||||||
[pypi-version]: https://img.shields.io/pypi/v/djangorestframework.svg
|
[pypi-version]: https://img.shields.io/pypi/v/djangorestframework.svg
|
||||||
[pypi]: https://pypi.org/project/djangorestframework/
|
[pypi]: https://pypi.org/project/djangorestframework/
|
||||||
[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
|
[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
|
||||||
|
|
Loading…
Reference in New Issue
Block a user