diff --git a/README.rst b/README.rst index 4b59741..0e61ad8 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,9 @@ DJ-Database-URL .. image:: https://github.com/jazzband/dj-database-url/actions/workflows/test.yml/badge.svg :target: https://github.com/jazzband/dj-database-url/actions/workflows/test.yml +.. image:: https://codecov.io/gh/jazzband/dj-database-url/branch/master/graph/badge.svg?token=7srBUpszOa + :target: https://codecov.io/gh/jazzband/dj-database-url + This simple Django utility allows you to utilize the `12factor `_ inspired ``DATABASE_URL`` environment variable to configure your Django application.