Fix test_coverage make target

This commit is contained in:
Wayne Witzel III 2016-03-22 09:46:46 -04:00
parent f286dc7486
commit 7354d1da2c

View File

@ -368,7 +368,7 @@ test_unit:
# Run all API unit tests with coverage enabled.
test_coverage:
py.test --create-db --cov=awx --cov-report=xml --junitxml=./reports/junit.xml awx/main/tests awx/api/tests awx/fact/tests
py.test --create-db --cov=awx --cov-report=xml --junitxml=./reports/junit.xml awx/main/tests awx/api/tests
# Output test coverage as HTML (into htmlcov directory).
coverage_html: