@ -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
The note is not visible to the blocked user.