From cde495eb9d68df56cf447e411d9c703479c2a26d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pernille=20N=C3=B8dtvedt=20Welle-Watne?=
 <1417-pernilnw@users.noreply.gitlab.stud.idi.ntnu.no>
Date: Mon, 15 Mar 2021 12:50:55 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8458c77..31fb7f8 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ It's possible you will need to add the platforms you want to run and build.
 The following documentation can be used to run the application in an Android emulator: \
 https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html
 
-##Tests
+## Tests
 
 ### Django
 
@@ -135,8 +135,10 @@ To run test for backend enter
 `python manage.py test`
 
 
-With coverage TODO
+With coverage:
+`coverage run manage.py test`
 
+`coverage report -m ./users/serializers.py ./workouts/permissions.py`
 
 
 ### Cypress
-- 
GitLab