Loading python/pytest.yml +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ python:pytest: - pip install . script: - pip install pytest pytest-asyncio pytest-xdist pytest-cov - python -m pytest -vvv --cov=${CHECK_PATH} --cov-fail-under=${PYTEST_COVERAGE_THRESHOLD} --junitxml=${CI_PROJECT_DIR}/pytest-report.xml --cov-report xml:pytest-coverage.xml ${EXTRA_ARGS} - python -m pytest -vvv --cov=${CHECK_PATH} --cov-fail-under=${PYTEST_COVERAGE_THRESHOLD} --junitxml=${CI_PROJECT_DIR}/pytest-report.xml --cov-report xml:${CI_PROJECT_DIR}/pytest-coverage.xml -o cache_dir=${CI_PROJECT_DIR}/.pytest_cache ${EXTRA_ARGS} artifacts: reports: junit: pytest-report.xml Loading @@ -18,4 +18,4 @@ python:pytest: cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: - .pytest_cache/ - .pytest_cache Loading
python/pytest.yml +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ python:pytest: - pip install . script: - pip install pytest pytest-asyncio pytest-xdist pytest-cov - python -m pytest -vvv --cov=${CHECK_PATH} --cov-fail-under=${PYTEST_COVERAGE_THRESHOLD} --junitxml=${CI_PROJECT_DIR}/pytest-report.xml --cov-report xml:pytest-coverage.xml ${EXTRA_ARGS} - python -m pytest -vvv --cov=${CHECK_PATH} --cov-fail-under=${PYTEST_COVERAGE_THRESHOLD} --junitxml=${CI_PROJECT_DIR}/pytest-report.xml --cov-report xml:${CI_PROJECT_DIR}/pytest-coverage.xml -o cache_dir=${CI_PROJECT_DIR}/.pytest_cache ${EXTRA_ARGS} artifacts: reports: junit: pytest-report.xml Loading @@ -18,4 +18,4 @@ python:pytest: cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: - .pytest_cache/ - .pytest_cache