Skip to content

Commit

Permalink
actually cover django_zappa
Browse files Browse the repository at this point in the history
  • Loading branch information
vascop committed Feb 26, 2016
1 parent 7b1048a commit 332ac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

if is_testing:
import coverage
cov = coverage.coverage(source=['zappa'], omit=['*tests.py'])
cov = coverage.coverage(include="django_zappa/*", omit=['*tests.py'])
cov.erase()
cov.start()

Expand Down

0 comments on commit 332ac2d

Please sign in to comment.