summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8703ef6823a..a1390e0c022 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -812,13 +812,13 @@ coverage:
stage: post-test
script:
- bundle exec scripts/merge-simplecov
+ - ls coverage/
coverage: '/LOC \((\d+\.\d+%)\) covered.$/'
artifacts:
name: coverage
expire_in: 31d
paths:
- - coverage/index.html
- - coverage/assets/
+ - coverage/
lint:javascript:report:
<<: *dedicated-no-docs-and-no-qa-pull-cache-job