Loading .gitlab/ci/ubuntu_python.gitlab-ci.yml +1 −18 Original line number Diff line number Diff line Loading @@ -74,21 +74,4 @@ test:ubuntu_python: # # 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 +1 −18 Original line number Diff line number Diff line Loading @@ -74,21 +74,4 @@ test:ubuntu_python: # # 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."