diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4493ca..34ba072 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ad78220 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](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). diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index af1dd9e..bba3f34 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -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 diff --git a/README.rst b/README.rst index 59d927d..1f619c5 100644 --- a/README.rst +++ b/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