From a9c0fe4cb3e63543ac024c0da7c76a4fbc65d255 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 24 May 2022 15:29:23 +0200 Subject: [PATCH] Add codecov badge. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) 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.