From ca92490d3e1e86c8f7670c27fb639da64fb4017c Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Wed, 30 Oct 2024 23:15:44 +1300 Subject: [PATCH] Add codecov badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff4744f..0d09fa6 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ urlpatterns = [ - Run migrations: `python3 manage.py migrate` > Note that this relies on the Django Admin for content management, so ensure that you have a user with at least `staff` status to manage content. + +## Badges + +[![codecov](https://codecov.io/github/stuartmaxwell/djpress/graph/badge.svg?token=IOS7BCD54B)](https://codecov.io/github/stuartmaxwell/djpress)