Add coverage definition

This commit is contained in:
Justin 2022-05-27 09:24:54 -04:00
parent 9b08a701b9
commit 9007e237a0

View file

@ -46,6 +46,7 @@ lint-sass:
jest: jest:
stage: test stage: test
script: yarn test:coverage script: yarn test:coverage
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
only: only:
changes: changes:
- "**/*.js" - "**/*.js"