Skip to content

Add code coverage capturing for jest coverage

Ricky Wiens requested to merge rw/add-coverage-for-jest into master

What does this MR do?

This MR adds in a coverage line to the frontend .gitlab-ci.yml in order to capture the already generated output for Jest code coverage. This will allow us to graph the coverage over time using the new code coverage graph feature.

Screenshots

!35430 (comment 369057241)

Does this MR meet the acceptance criteria?

Availability and Testing

This is a pipeline change. The pipeline appears to have passed in this MR and successfully grabbed the coverage for the frontend tests.

Edited by Ricky Wiens

Merge request reports