Fix coverage reporting with gitlab CI
.gitlab-ci.yml:
Remove legacy keyword 'cobertura' and use the gitlab >= 15 based
coverage_report
which is used to specify format and path to coverage
XML.
Edited by David Runge
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
.gitlab-ci.yml:
Remove legacy keyword 'cobertura' and use the gitlab >= 15 based
coverage_report
which is used to specify format and path to coverage
XML.