Commit 7ef29ddf authored by Maxence Naud's avatar Maxence Naud
Browse files

remove python coverage

parent 00cb61d6
Loading
Loading
Loading
Loading
+1 −18
Original line number Diff line number Diff line
@@ -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."