Skip to content
PL1

Gitlab upgrade breaks CI coverage reporting

The latest version of Gitlab (15.0) recently deployed contain a major change in the way code coverage is reported in merge request. It currently create a failure of the CI.

The fix should be fairly easy:

test:
  script:
    - ...
  artifacts:
    reports:
      coverage_report:
        coverage_format: cobertura
        path: coverage/coverage.xml