Commit b9ded834 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Revert 7ef29ddf

parent 7ef29ddf
Loading
Loading
Loading
Loading
+21 −4
Original line number Diff line number Diff line
@@ -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."