Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
90ac203c
Commit
90ac203c
authored
Jun 02, 2016
by
Enrico Zini
Browse files
Added python-coverage configuration
parent
92e3d4d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.coveragerc
0 → 100644
View file @
90ac203c
# eatmydata python-coverage run ./manage.py test
# python-coverage report
# python-coverage html
[run]
source = .
omit =
./django/*
./django_housekeeping/*
./*/management/commands/*
./*/migrations/*
./fabfile*
.gitignore
View file @
90ac203c
...
@@ -4,3 +4,5 @@ local_settings.py
...
@@ -4,3 +4,5 @@ local_settings.py
*~
*~
*.sqlite
*.sqlite
*.gz
*.gz
/.coverage
/htmlcov
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment