Commit 90ac203c authored by Enrico Zini's avatar Enrico Zini
Browse files

Added python-coverage configuration

parent 92e3d4d8
# eatmydata python-coverage run ./manage.py test
# python-coverage report
# python-coverage html
[run]
source = .
omit =
./django/*
./django_housekeeping/*
./*/management/commands/*
./*/migrations/*
./fabfile*
...@@ -4,3 +4,5 @@ local_settings.py ...@@ -4,3 +4,5 @@ local_settings.py
*~ *~
*.sqlite *.sqlite
*.gz *.gz
/.coverage
/htmlcov
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment