Gitlab pipeline - reports config contains unknown keys: cobertura

Viewed 11338

I'm not able run the gitlab pipeline due to this error

Invalid CI config YAML file
jobs:run tests:artifacts:reports config contains unknown keys: cobertura
2 Answers

GitLab has removed Cobetura reports.

From their 15.0 release notes

We are reducing the number of analyzers used in GitLab SAST as part of our long-term strategy to deliver a better and more consistent user experience. Streamlining the set of analyzers will also enable faster iteration, better results, and greater efficiency (including a reduction in CI runner usage in most cases).

And you can see the commit here

Related