mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update badges
This commit is contained in:
parent
502d96f81f
commit
61a1643151
4 changed files with 16 additions and 10 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -48,4 +48,5 @@ jobs:
|
|||
coverage run --source=avatar `which django-admin` test tests
|
||||
coverage report
|
||||
coverage xml
|
||||
- uses: codecov/codecov-action@v2
|
||||
- name: Upload coverage reports to Codecov with GitHub Action
|
||||
uses: codecov/codecov-action@v3
|
||||
|
|
|
|||
3
CONTRIBUTING.md
Normal file
3
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[](https://jazzband.co/)
|
||||
|
||||
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines).
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
This application was originally written by Eric Florenzano.
|
||||
It is now maintained by Grant McConnaughey and a league of awesome contributors.
|
||||
|
||||
See the full list here: https://github.com/grantmcconnaughey/django-avatar/graphs/contributors
|
||||
See the full list here: https://github.com/jazzband/django-avatar/graphs/contributors
|
||||
|
|
|
|||
18
README.rst
18
README.rst
|
|
@ -2,6 +2,16 @@
|
|||
django-avatar
|
||||
=============
|
||||
|
||||
.. image:: https://jazzband.co/static/img/badge.png
|
||||
:target: https://jazzband.co/
|
||||
:alt: Jazzband
|
||||
|
||||
.. image:: https://github.com/jazzband/django-avatar/actions/workflows/test.yml/badge.svg
|
||||
:target: https://github.com/jazzband/django-avatar/actions/workflows/test.yml
|
||||
|
||||
.. image:: https://codecov.io/gh/jazzband/django-avatar/branch/master/graph/badge.svg?token=7srBUpszOa
|
||||
:target: https://codecov.io/gh/jazzband/django-avatar
|
||||
|
||||
.. image:: https://badge.fury.io/py/django-avatar.svg
|
||||
:target: https://badge.fury.io/py/django-avatar
|
||||
:alt: PyPI badge
|
||||
|
|
@ -10,14 +20,6 @@ django-avatar
|
|||
:target: http://django-avatar.readthedocs.org/en/latest/?badge=latest
|
||||
:alt: Documentation Status
|
||||
|
||||
.. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg?branch=master
|
||||
:target: https://travis-ci.org/grantmcconnaughey/django-avatar
|
||||
:alt: Travis CI Build Status
|
||||
|
||||
.. image:: https://coveralls.io/repos/grantmcconnaughey/django-avatar/badge.svg?branch=master&service=github
|
||||
:target: https://coveralls.io/github/grantmcconnaughey/django-avatar?branch=master
|
||||
:alt: Coverage
|
||||
|
||||
Django-avatar is a reusable application for handling user avatars. It has the
|
||||
ability to default to Gravatar if no avatar is found for a certain user.
|
||||
Django-avatar automatically generates thumbnails and stores them to your default
|
||||
|
|
|
|||
Loading…
Reference in a new issue