Grafana
Compare changes
- Martin Weise authored
Signed-off-by:
Martin Weise <martin.weise@tuwien.ac.at>
+ 3
− 0
@@ -2,6 +2,7 @@ variables:
@@ -2,6 +2,7 @@ variables:
@@ -171,6 +172,7 @@ test-dashboard-service:
@@ -171,6 +172,7 @@ test-dashboard-service:
- cd ./dbrepo-dashboard-service/ && coverage run --rcfile=.coveragerc -m pytest tests/test_integration_app.py && coverage html && coverage xml && coverage report > ./coverage.txt
@@ -198,6 +200,7 @@ test-dashboard-service-init:
@@ -198,6 +200,7 @@ test-dashboard-service-init:
- cd ./dbrepo-dashboard-service/init/ && coverage run --rcfile=.coveragerc -m pytest tests/test_app.py tests/test_integration_dashboard.py && coverage html && coverage xml && coverage report > ./coverage.txt