Commit c93dc125 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '44710-coverage-information-for-this-repo-is-wrong' into 'master'

Resolve "Coverage information for this repo is wrong"

Closes #44710

See merge request gitlab-org/gitlab-ce!18193
parents dda326f1 32135b1f
...@@ -765,7 +765,13 @@ qa:selectors: ...@@ -765,7 +765,13 @@ qa:selectors:
- bundle exec bin/qa Test::Sanity::Selectors - bundle exec bin/qa Test::Sanity::Selectors
coverage: 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 stage: post-test
script: script:
- bundle exec scripts/merge-simplecov - bundle exec scripts/merge-simplecov
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment