Skip to content

Add test coverage tracking with CI/CD

arturomf94 requested to merge arturomf94/arti:coverage-tracking into main

Partially fixes issue #250 (closed)

This PR adds a job coverage in the test stage, as a follow-up on the work in trinity-1686a/arti!1 (closed).

I initially followed this blog-post, but then realised grcov actually has support for cobertura-type outputs now due to this.

Edited by arturomf94

Merge request reports