Something went wrong on our end
Wrong model
Compare changes
- Martin Weise authored
Signed-off-by:
Martin Weise <martin.weise@tuwien.ac.at>
+ 97
− 54
@@ -9,9 +10,9 @@ variables:
@@ -30,13 +31,20 @@ cache:
@@ -80,9 +88,9 @@ lint-helm-chart:
@@ -137,6 +145,8 @@ lint-open-api-version:
@@ -155,6 +165,8 @@ build-metadata-service:
@@ -164,6 +176,8 @@ build-analyse-service:
@@ -173,12 +187,15 @@ build-lib:
@@ -192,19 +209,26 @@ build-data-service:
@@ -214,6 +238,8 @@ build-images:
@@ -221,30 +247,11 @@ build-helm:
@@ -265,6 +272,8 @@ test-metadata-service:
@@ -283,16 +292,11 @@ test-data-service:
@@ -302,21 +306,23 @@ test-analyse-service:
@@ -324,21 +330,23 @@ test-auth-service-init:
@@ -355,21 +363,23 @@ test-search-service:
@@ -379,21 +389,23 @@ test-search-service-init:
@@ -403,21 +415,23 @@ test-lib:
- cd ./lib/python/ && coverage run -m pytest tests/test_unit_analyse.py tests/test_unit_container.py tests/test_unit_database.py tests/test_unit_identifier.py tests/test_unit_license.py tests/test_unit_query.py tests/test_unit_rest_client.py tests/test_unit_table.py tests/test_unit_user.py tests/test_unit_view.py tests/test_unit_rest_client.py --junitxml=report.xml && coverage html --omit="tests/*" && coverage report --omit="tests/*" > ./coverage.txt
- cd ./lib/python/ && coverage run --rcfile=.coveragerc -m pytest tests/test_unit_container.py tests/test_unit_messages.py tests/test_unit_image.py tests/test_unit_concept.py tests/test_unit_database.py tests/test_unit_identifier.py tests/test_unit_license.py tests/test_unit_query.py tests/test_unit_rest_client.py tests/test_unit_table.py tests/test_unit_user.py tests/test_unit_view.py tests/test_unit_unit.py && coverage html && coverage xml && coverage report > ./coverage.txt
@@ -434,11 +448,17 @@ release-images:
@@ -470,6 +490,8 @@ release-helm:
@@ -552,6 +574,27 @@ verify-dist: