We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384f2bd commit f58c569Copy full SHA for f58c569
manage.py
@@ -28,8 +28,7 @@ def cov():
28
"""Runs the unit tests with coverage."""
29
cov = coverage.coverage(
30
branch=True,
31
- include='project/*',
32
- omit=["*/__init__.py", '*/models.py']
+ include='project/*'
33
)
34
cov.start()
35
tests = unittest.TestLoader().discover('tests')
0 commit comments