Skip to content

Commit

Permalink
Remove coverage from running on the webapp tests.
Browse files Browse the repository at this point in the history
Fixes bug 1044072
  • Loading branch information
bramwelt committed Jul 28, 2014
1 parent e22374f commit 25999be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp-django/bin/jenkins-tests.sh
Expand Up @@ -14,6 +14,5 @@ echo "Linting..."
git ls-files crashstats | xargs check.py | bin/linting.py

echo "Starting tests..."
FORCE_DB=true coverage run manage.py test --noinput --with-xunit
coverage xml $(find crashstats lib -name '*.py')
FORCE_DB=true manage.py test --noinput
echo "Tests finished."

0 comments on commit 25999be

Please sign in to comment.