Skip to content

Add test coverage badge

Grzegorz Bizon requested to merge feature/test-coverage-badge into master

What does this MR do?

This MR adds a test coverage badge.

Test coverage badge will be a SVG image you can embed in README.md or on your website that will be created dynamically by GitLab, to show information about how much of the code is being covered by tests. In addition to coverage-regexp feature we currently have, this feature will make it possible to use the coverage data obtained from the build log. We will support both - pipeline coverage, or test coverage for particular job in the pipeline.

coverage_badges

coverage_badge

What are the relevant issue numbers?

Closes #3714 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

Merge request reports