Loading .gitlab/ci/ubuntu_python.gitlab-ci.yml +21 −4 Original line number Diff line number Diff line Loading @@ -70,8 +70,25 @@ test:ubuntu_python: coverage_format: cobertura path: ${CI_PROJECT_NAME}/coverage.xml # #################################################################################################### # # COVERAGE # #################################################################################################### #################################################################################################### # COVERAGE #################################################################################################### .setup:coverage:ubuntu_python: before_script: - echo "WARNING The .setup:coverage:ubuntu_python job is deprecated and will be removed in future versions." coverage:ubuntu_python: stage: coverage needs: ["build:ubuntu_python"] rules: - when: always tags: - docker - linux - coverage script: - echo "WARNING The coverage:ubuntu_python job is deprecated and will be removed in future versions." - echo "Please run tests with coverage in the test:ubuntu_python job instead." allow_failure: true # WARNING The .setup:coverage:ubuntu_python job is deprecated and has been removed." Loading
.gitlab/ci/ubuntu_python.gitlab-ci.yml +21 −4 Original line number Diff line number Diff line Loading @@ -70,8 +70,25 @@ test:ubuntu_python: coverage_format: cobertura path: ${CI_PROJECT_NAME}/coverage.xml # #################################################################################################### # # COVERAGE # #################################################################################################### #################################################################################################### # COVERAGE #################################################################################################### .setup:coverage:ubuntu_python: before_script: - echo "WARNING The .setup:coverage:ubuntu_python job is deprecated and will be removed in future versions." coverage:ubuntu_python: stage: coverage needs: ["build:ubuntu_python"] rules: - when: always tags: - docker - linux - coverage script: - echo "WARNING The coverage:ubuntu_python job is deprecated and will be removed in future versions." - echo "Please run tests with coverage in the test:ubuntu_python job instead." allow_failure: true # WARNING The .setup:coverage:ubuntu_python job is deprecated and has been removed."