Loading python/pytest.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,10 +10,11 @@ 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 ${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:pytest-coverage.xml ${EXTRA_ARGS} artifacts: reports: junit: pytest-report.xml cobertura: pytest-coverage.xml cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: Loading Loading
python/pytest.yml +2 −1 Original line number Diff line number Diff line Loading @@ -10,10 +10,11 @@ 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 ${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:pytest-coverage.xml ${EXTRA_ARGS} artifacts: reports: junit: pytest-report.xml cobertura: pytest-coverage.xml cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: Loading