diff --git a/tests/run-django-tests.sh b/tests/run-django-tests.sh index 9b3d747..722939d 100644 --- a/tests/run-django-tests.sh +++ b/tests/run-django-tests.sh @@ -8,5 +8,5 @@ echo "Run coverage tests" cd $GITHUB_WORKSPACE cd lib/test/src/temmpo ../../bin/coverage -../../bin/coverage run --source='.' manage.py test --settings=temmpo.settings.test_mysql --exclude-tag=selenium-test --exclude-tag=skip-on-ubuntu +../../bin/coverage run --source='.' manage.py test --settings=temmpo.settings.test_mysql --exclude-tag=selenium-test ../../bin/coverage report --skip-empty --skip-covered -m