Skip to content
Snippets Groups Projects
Commit 0c65dc4f authored by Jomaro Rodrigues's avatar Jomaro Rodrigues
Browse files

atualizando sessão coverage do makefile

parent 027a8f6c
No related branches found
No related tags found
1 merge request!1WIP: Development
......@@ -11,9 +11,8 @@ clean-deploy: clean
@rm -rf static db.sqlite3
coverage:
coverage run --source='.' manage.py test
coverage html
xdg-open htmlcov/index.html
(cd src; coverage run --source='.' manage.py test; coverage html)
mv src/htmlcov .
docs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment