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

WIP

parent 6e93210d
No related branches found
No related tags found
6 merge requests!345Updated docs and endpoints:,!341Fixed mapping problem where UK and FK share columns they are inserted,!339Fixed mapping problem where UK and FK share columns they are inserted,!338Fixed mapping problem where UK and FK share columns they are inserted,!334Fixed mapping problem where UK and FK share columns they are inserted,!333Fixed mapping problem where UK and FK share columns they are inserted
...@@ -287,16 +287,16 @@ test-search-service-init: ...@@ -287,16 +287,16 @@ test-search-service-init:
script: script:
- "pip install pipenv" - "pip install pipenv"
- "pipenv install gunicorn && pipenv install --dev --system --deploy" - "pipenv install gunicorn && pipenv install --dev --system --deploy"
- cd ./dbrepo-search-service/init/ && coverage run -m pytest test/test_app.py --junitxml=report.xml && coverage html --omit="test/*,omlib/*" && coverage report --omit="test/*,omlib/*" > ./coverage.txt - cd ./dbrepo-search-service/ && coverage run -m pytest ./init/test/test_app.py --junitxml=report.xml && coverage html --omit="init/test/*" && coverage report --omit="init/test/*" > ./coverage.txt
- "cat ./coverage.txt | grep -o 'TOTAL[^%]*%'" - "cat ./coverage.txt | grep -o 'TOTAL[^%]*%'"
artifacts: artifacts:
when: always when: always
paths: paths:
- ./dbrepo-search-service/init/report.xml - ./dbrepo-search-service/report.xml
- ./dbrepo-search-service/init/coverage.txt - ./dbrepo-search-service/coverage.txt
expire_in: 1 days expire_in: 1 days
reports: reports:
junit: ./dbrepo-search-service/init/report.xml junit: ./dbrepo-search-service/report.xml
coverage: '/TOTAL.*?([0-9]{1,3})%/' coverage: '/TOTAL.*?([0-9]{1,3})%/'
test-lib: test-lib:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment