Skip to content
Snippets Groups Projects
Verified Commit 297bcb2c authored by Martin Weise's avatar Martin Weise
Browse files

Fixed test

parent f8c9e419
No related branches found
No related tags found
4 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!190Resolve "More env variables for Azure deployment"
...@@ -101,7 +101,7 @@ test-analyse-service: ...@@ -101,7 +101,7 @@ test-analyse-service:
script: script:
- "pip3 install -r ./dbrepo-analyse-service/requirements.txt" - "pip3 install -r ./dbrepo-analyse-service/requirements.txt"
- "cd ./dbrepo-analyse-service/ && coverage run -m pytest test/test_determine_dt.py test/test_determine_pk.py --junitxml=report.xml && coverage html && coverage report > ./coverage.txt" - "cd ./dbrepo-analyse-service/ && coverage run -m pytest test/test_determine_dt.py test/test_determine_pk.py --junitxml=report.xml && coverage html && coverage report > ./coverage.txt"
- "cat ./coverage.txt | grep -o 'TOTAL[^%]*%'" - "cat ./dbrepo-analyse-service/coverage.txt | grep -o 'TOTAL[^%]*%'"
artifacts: artifacts:
when: always when: always
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment