Skip to content
Snippets Groups Projects

Release of version 1.4.0

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -31,7 +31,7 @@ build-analyse-service:
stage: build
script:
- "pip install pipenv"
- "cd dbrepo-analyse-service && pipenv install --system --deploy"
- "cd ./dbrepo-analyse-service && pipenv install --system --deploy"
build-data-service:
image: maven:3-openjdk-17
@@ -111,7 +111,8 @@ test-analyse-service:
needs:
- build-analyse-service
script:
- "pip install -r ./dbrepo-analyse-service/requirements.txt"
- "pip install pipenv"
- "cd ./dbrepo-analyse-service && pipenv install --system --deploy"
- "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[^%]*%'"
artifacts:
Loading