rspec:undercoverage
Passed Started
by
@fguibert
Florie Guibert
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...11Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1657159294-4a0481ab...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 107798, done. 18remote: Counting objects: 100% (107798/107798), done. 19remote: Compressing objects: 100% (76511/76511), done. 20remote: Total 107798 (delta 42644), reused 69872 (delta 27250), pack-reused 0 21Receiving objects: 100% (107798/107798), 104.45 MiB | 28.52 MiB/s, done.22Resolving deltas: 100% (42644/42644), done.24 * [new ref] refs/pipelines/581948065 -> refs/pipelines/58194806525Checking out 5ef8e465 as refs/merge-requests/91652/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-14 31Successfully extracted cache33Downloading artifacts for rspec:coverage (2688595254)...34Downloading artifacts from coordinator... ok id=2688595254 responseStatus=200 OK token=aNuyasUA36Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...37$ source scripts/utils.sh38$ export BUNDLE_WITHOUT="${BUNDLE_WITHOUT}:default:test:puma:kerberos:metrics:omnibus:ed25519"39$ bundle_install_script403.2.3341Bundler version 2.2.3342Successfully installed bundler-2.3.15431 gem installed44production:development:default:test:puma:kerberos:metrics:omnibus:ed2551945Settings are listed in order of priority. The top value will be used.46clean47Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true48frozen49Set via BUNDLE_FROZEN: true50install_flags51Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"52path53Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"54without55Set via BUNDLE_WITHOUT: [:production, :development, :default, :test, :puma, :kerberos, :metrics, :omnibus, :ed25519]56$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check57Don't run Bundler as root. Bundler can ask for sudo if it is needed, and58installing your bundle as root will break this application for all non-root59users on this machine.60The Gemfile's dependencies are satisfied61==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.62Could not find gem 'pg', because it's in the group 'default', configured to be63ignored.64$ if [ -n "$CI_MERGE_REQUEST_TARGET_BRANCH_SHA" ]; then echo "HEAD is $(git rev-parse HEAD). \$CI_MERGE_REQUEST_TARGET_BRANCH_SHA is ${CI_MERGE_REQUEST_TARGET_BRANCH_SHA}"; else echo "HEAD is $(git rev-parse HEAD). \$CI_MERGE_REQUEST_DIFF_BASE_SHA is ${CI_MERGE_REQUEST_DIFF_BASE_SHA}"; fi;65HEAD is 5ef8e46561b124104fc0277db1a9541f8ab244c9. $CI_MERGE_REQUEST_TARGET_BRANCH_SHA is 9ea5b0004bba4e57ec2e792e1bf4d7c27206d66166$ UNDERCOVERAGE_COMPARE="${CI_MERGE_REQUEST_TARGET_BRANCH_SHA:-$CI_MERGE_REQUEST_DIFF_BASE_SHA}"67$ git diff ${UNDERCOVERAGE_COMPARE} --stat68 app/views/projects/milestones/_form.html.haml | 2 +-69 spec/features/milestone_spec.rb | 2 +-70 spec/fixtures/git-cheat-sheet.pdf | 130426 ++++++++++++++++++++++-71 3 files changed, 130425 insertions(+), 5 deletions(-)72$ echo "Undercoverage comparing with ${UNDERCOVERAGE_COMPARE}."73Undercoverage comparing with 9ea5b0004bba4e57ec2e792e1bf4d7c27206d661.74$ if [ -f scripts/undercoverage ]; then run_timed_command "bundle exec scripts/undercoverage ${UNDERCOVERAGE_COMPARE}"; fi;75$ bundle exec scripts/undercoverage 9ea5b0004bba4e57ec2e792e1bf4d7c27206d66176🚨 WARNING: Coverage data is older than your latest changes and results might be incomplete. Re-run tests to update77undercover: ✅ No coverage is missing in latest changes78==> 'bundle exec scripts/undercoverage 9ea5b0004bba4e57ec2e792e1bf4d7c27206d661' succeeded in 378 seconds.80Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy82Job succeeded