diff --git a/tasks.py b/tasks.py index c103f0364c..d18c7e8460 100644 --- a/tasks.py +++ b/tasks.py @@ -290,9 +290,8 @@ def coverage(c): manage(c, 'check') # Run coverage tests - c.run('coverage run {manage} test {apps}'.format( - manage=managePyPath(), - apps=' '.join(apps()) + c.run('coverage run {manage} test'.format( + manage=managePyPath() )) # Generate coverage report