Commit 5de6d85d authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'rw/add-coverage-for-jest' into 'master'

Add code coverage capturing for jest coverage

See merge request gitlab-org/gitlab!35430
parents 66ca03db 0809bfb2
......@@ -222,6 +222,7 @@ coverage-frontend:
- run_timed_command "retry yarn install --frozen-lockfile"
script:
- run_timed_command "yarn node scripts/frontend/merge_coverage_frontend.js"
coverage: '/^Statements\s*:\s*?(\d+(?:\.\d+)?)%/'
artifacts:
name: coverage-frontend
expire_in: 31d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment