Skip to content
Snippets Groups Projects
Commit 081bc9f8 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

trying to limit logging from tests

parent 02142520
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1614PIPELINE TESTING: Playing with shared/workspaces testing
Pipeline #15958 failed
......@@ -6,7 +6,7 @@
# use the poetry virtual environment and packages
- poetry install --with test
- pwd
- $(poetry env info -p)/bin/pytest . ../../${TEST_PREFIX2}${SERVICE_NAME} --junitxml=tests.xml --cov=${SERVICE_NAME} --cov=../../${PATH_PREFIX2}${SERVICE_NAME} --cov-report=
- $(poetry env info -p)/bin/pytest . ../../${TEST_PREFIX2}${SERVICE_NAME} --log_cli_level=WARNING --junitxml=tests.xml --cov=${SERVICE_NAME} --cov=../../${PATH_PREFIX2}${SERVICE_NAME} --cov-report=
- mv ./.coverage ${CI_PROJECT_DIR}/.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
- mv ./tests.xml ${CI_PROJECT_DIR}/tests.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}.xml
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment