Skip to content

ci: Generate Cobertura XML and use it to feed gitlab for MR integration

Marco Trevisan requested to merge 3v1n0/libfprint:cobertura-reports into master

gitlab has coverage integration in MRs, but we need a cobertura formatted XML files (each must be less than 10 MB [1]) to show it, so generate it using a python script and inform gitlab about it.

See https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization.html

Merge request reports