Fix the coverage job by making it download the artifacts from all the previous jobs
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
32d2206b01
commit
32135b1ffc
1 changed files with 7 additions and 1 deletions
|
@ -765,7 +765,13 @@ qa:selectors:
|
|||
- bundle exec bin/qa Test::Sanity::Selectors
|
||||
|
||||
coverage:
|
||||
<<: *dedicated-no-docs-no-db-pull-cache-job
|
||||
# Don't include dedicated-no-docs-no-db-pull-cache-job here since we need to
|
||||
# download artifacts from all the rspec jobs instead of from setup-test-env only
|
||||
<<: *dedicated-runner
|
||||
<<: *except-docs-and-qa
|
||||
<<: *pull-cache
|
||||
variables:
|
||||
SETUP_DB: "false"
|
||||
stage: post-test
|
||||
script:
|
||||
- bundle exec scripts/merge-simplecov
|
||||
|
|
Loading…
Reference in a new issue