From 4ce3e27e6209e390daaba11d25629ab98b0cafb9 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 28 Oct 2022 17:11:25 +0100 Subject: [PATCH] adding coverage --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 805bceb..50b5f2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,14 +57,14 @@ test: - python3 -m coverage run -m unittest example_test.py - python -m coverage report - python -m coverage html -d $CI_PROJECT_DIR/coverage - - cd $CI_PROJECT_DIR/tests/integration +# - cd $CI_PROJECT_DIR/tests/integration # - python3 -m coverage run -m unittest test_deposition.py # - python3 -m unittest test_deposition.py # - python3 -m unittest test_env_suit.py # - python3 -m unittest test_survey.py # - python3 -m unittest test_advisory.py - - python -m coverage report - - python -m coverage html -d $CI_PROJECT_DIR/coverage +# - python -m coverage report +# - python -m coverage html -d $CI_PROJECT_DIR/coverage - ls artifacts: paths: -- GitLab