File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then
1616 # full
1717 # Run tests with "python -m pytest" to use the correct version of pytest
1818 echo -e " \n\n****** Running tests ******\n\n"
19- python -m pytest --junitxml=reports/junit/junit.xml --html=reports/junit/report.html --cov-report term-missing --cov=./pytest_cases -v pytest_cases/tests/
19+ coverage run --source pytest_cases -m pytest --junitxml=reports/junit/junit.xml --html=reports/junit/report.html -v pytest_cases/tests/
20+ # buggy
21+ # python -m pytest --junitxml=reports/junit/junit.xml --html=reports/junit/report.html --cov-report term-missing --cov=./pytest_cases -v pytest_cases/tests/
2022else
2123 # faster - skip coverage and html report but keep junit (because used in validity threshold)
2224 echo -e " \n\n****** Running tests******\n\n"
You can’t perform that action at this time.
0 commit comments