diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-07-08 19:49:02 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-07-08 19:54:21 +0200 |
commit | 8498b2ca622644a9c935f95e40d7f911338a22da (patch) | |
tree | eec84a3c5b5dcec0ec83b57cc9206893972ccb39 | |
parent | 6992b1aa878a8d444f00cae273d412350bd8b767 (diff) | |
download | gitlab-ce-8498b2ca622644a9c935f95e40d7f911338a22da.tar.gz |
Disable Jest coveragewinh-jest-no-coverage
-rw-r--r-- | .gitlab/ci/frontend.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 45a6a177943..c0ea8cb1294 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -183,7 +183,7 @@ jest: - date - bundle exec rake karma:fixtures - date - - yarn jest --ci --coverage + - yarn jest --ci artifacts: name: coverage-frontend expire_in: 31d |