Added *tests* to , because including it is cheating

This commit is contained in:
Daniel Roy Greenfeld 2015-11-06 16:21:16 -08:00
parent 930dee5ddb
commit fe9be62cf5
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-11-06]
### Changed
- Added *tests* to `.coveragerc`, because including it is cheating! (@pydanny)
## [2015-11-05]
### Changed
- Update version of django-extensions (@luzfcb)

View File

@ -1,3 +1,3 @@
[run]
include = {{cookiecutter.repo_name}}/*
omit = *migrations*
omit = *migrations*, *tests*