I'd like to use Gitlab CI for tracking / embedding the coverage analysis in merge requests. The gitlab-ci.yml artifacts:reports:junit
config option seems to be suitable for this task. However, this requires the coverage
output to be in junit.xml format.
I don't find a proper setup for outputting the coverage this format. Neither can I find a tool to convert from lcov/json/clover to junit.xml .