Loading python/pytest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ python:pytest: script: - !reference [".python:pre", script] - !reference [".python:pre-install", script] - python3 -m pytest --cov=${PYTHON_PACKAGE} - pytest --cov=${PYTHON_PACKAGE} --cov-fail-under=${PYTEST_COVERAGE_THRESHOLD} --junitxml=${CI_PROJECT_DIR}/pytest-report.xml --cov-report xml:${CI_PROJECT_DIR}/pytest-coverage.xml -p no:cacheprovider Loading Loading
python/pytest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ python:pytest: script: - !reference [".python:pre", script] - !reference [".python:pre-install", script] - python3 -m pytest --cov=${PYTHON_PACKAGE} - pytest --cov=${PYTHON_PACKAGE} --cov-fail-under=${PYTEST_COVERAGE_THRESHOLD} --junitxml=${CI_PROJECT_DIR}/pytest-report.xml --cov-report xml:${CI_PROJECT_DIR}/pytest-coverage.xml -p no:cacheprovider Loading