Collect one or more coverage reports, including from wildcard paths.
Combine the coverage information from all reports.
Display the combined results in merge request diffs.
Coverage files are parsed in a background job, so there might be a delay between
pipeline completion and the visualization appearing in the merge request.
By default, coverage visualization data expires one week after creation.
Configure coverage visualization
To configure coverage visualization:
Configure your test tool to generate a coverage report.
Add the
artifacts:reports:coverage_report
configuration to your pipeline:
test:script:- run tests with coverageartifacts:reports:coverage_report: