diff --git a/Makefile b/Makefile
index 8136d45..9eec126 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ run:
./tests/manage.py runserver
test:
- coverage run --branch -m pytest
+ coverage run --source admin_confirm --branch -m pytest
coverage html
coverage-badge -f -o coverage.svg
diff --git a/README.md b/README.md
index 95f375d..04f5167 100644
--- a/README.md
+++ b/README.md
@@ -160,6 +160,11 @@ tox
Testing new changes on test project:
+```
+pip install -e .
+make run
+```
+
## Feature List
This is a list of features which could potentially be added in the future. Some of which might make more sense in their own package.
diff --git a/coverage.svg b/coverage.svg
index 5cc1bb5..e5db27c 100644
--- a/coverage.svg
+++ b/coverage.svg
@@ -9,13 +9,13 @@
-
+
coverage
coverage
- 42%
- 42%
+ 100%
+ 100%