From 92fb71bac9257586cb709c6ffbfa60be36932121 Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Tue, 5 Sep 2023 20:36:28 +0700 Subject: [PATCH] Add testing status badge to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03dd60e..26841a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ## KU Polls: Online Survey Questions +[![Unit Tests](https://github.com/Sosokker/ku-polls/actions/workflows/django.yml/badge.svg)](https://github.com/Sosokker/ku-polls/actions/workflows/django.yml) An application to conduct online polls and surveys based on the [Django Tutorial project](https://docs.djangoproject.com/en/4.2/intro/tutorial01/), with additional features. @@ -67,4 +68,4 @@ All project documents are in the [Project Wiki](https://github.com/Sosokker/ku-p - [Vision Statement](https://github.com/Sosokker/ku-polls/wiki/Vision-Statement) - [Requirements](https://github.com/Sosokker/ku-polls/wiki/Requirements) -[django-tutorial](https://docs.djangoproject.com/en/4.2/intro/tutorial01/) \ No newline at end of file +[django-tutorial](https://docs.djangoproject.com/en/4.2/intro/tutorial01/)