Skip to content

Commit f58c569

Browse files
committed
coverage updates
1 parent 384f2bd commit f58c569

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def cov():
2828
"""Runs the unit tests with coverage."""
2929
cov = coverage.coverage(
3030
branch=True,
31-
include='project/*',
32-
omit=["*/__init__.py", '*/models.py']
31+
include='project/*'
3332
)
3433
cov.start()
3534
tests = unittest.TestLoader().discover('tests')

0 commit comments

Comments
 (0)