diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8b732738..44578e04e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,7 @@ lint-sass: jest: stage: test script: yarn test:coverage + coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ only: changes: - "**/*.js"