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

unit tests

parent e6983935
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10289 failed
......@@ -4,7 +4,8 @@
- ls -la
- pip3 install --upgrade pip
- pip3 install -r test-requirements.txt
- python3 -m pytest ./${PATH_PREFIX}${SERVICE_NAME}/test --cov=${SERVICE_NAME} --cov-report=html
- cd ${PATH_PREFIX}${SERVICE_NAME}
- python3 -m pytest ./test --cov=${SERVICE_NAME} --cov-report=html
artifacts:
paths:
- .coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
......
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