From 9e48191115e5d1489b54a38b609391b5cb2052a5 Mon Sep 17 00:00:00 2001 From: Audrey Roy Date: Mon, 3 Aug 2015 22:31:39 -0700 Subject: [PATCH] Instructions to open the HTML coverage report. --- {{cookiecutter.repo_name}}/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index dfdebcaa..efb071fd 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -94,6 +94,7 @@ To run the tests, check your test coverage, and generate an HTML coverage report $ coverage run manage.py test $ coverage html + $ open htmlcov/index.html Live reloading and Sass CSS compilation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^