rspec:undercoverage
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 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-103-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-103-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...11Running on runner-euhiqzpr-project-33734915-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1661288840-b800b586...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org-forks/gitlab/.git/16Created fresh repository.17Checking out d612f34e as feature/api-avatar-removal...18Skipping Git submodules setup19$ git remote set-url origin "${CI_REPOSITORY_URL}"21Checking cache for ruby-gems-debian-bullseye-ruby-2.7-non_protected...22WARNING: file does not exist 23Failed to extract cache25Downloading artifacts for rspec:coverage (2923579211)...26Downloading artifacts from coordinator... ok id=2923579211 responseStatus=200 OK token=psKTHM1228Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...29$ source scripts/utils.sh30$ export BUNDLE_WITHOUT="${BUNDLE_WITHOUT}:default:test:puma:kerberos:metrics:omnibus:ed25519"31$ bundle_install_script323.2.3333Bundler version 2.2.3334Successfully installed bundler-2.3.15351 gem installed36production:development:default:test:puma:kerberos:metrics:omnibus:ed2551937Settings are listed in order of priority. The top value will be used.38clean39Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): true40frozen41Set via BUNDLE_FROZEN: true42install_flags43Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"44path45Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): "/builds/gitlab-org-forks/gitlab/vendor"46without47Set via BUNDLE_WITHOUT: [:production, :development, :default, :test, :puma, :kerberos, :metrics, :omnibus, :ed25519]48$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check49Don't run Bundler as root. Bundler can ask for sudo if it is needed, and50installing your bundle as root will break this application for all non-root51users on this machine.52The Gemfile's dependencies are satisfied53==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 81 seconds.54Could not find gem 'pg', because it's in the group 'default', configured to be55ignored.56$ 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;57HEAD is d612f34e9b4b8702fbad710db72e3e2a0d88f204. $CI_MERGE_REQUEST_DIFF_BASE_SHA is 0a25e71e41dc0fb9fbbffafd1214ba937051d70758$ UNDERCOVERAGE_COMPARE="${CI_MERGE_REQUEST_TARGET_BRANCH_SHA:-$CI_MERGE_REQUEST_DIFF_BASE_SHA}"59$ git diff ${UNDERCOVERAGE_COMPARE} --stat60 doc/api/projects.md | 13 +61 lib/api/helpers/projects_helpers.rb | 2 +-62 lib/api/projects.rb | 2 +63 spec/fixtures/git-cheat-sheet.pdf | 130426 ++++++++++++++++++++++++++++++-64 spec/requests/api/projects_spec.rb | 89 +-65 workhorse/internal/upstream/routes.go | 32 +-66 workhorse/upload_test.go | 4 +67 7 files changed, 130537 insertions(+), 31 deletions(-)68$ echo "Undercoverage comparing with ${UNDERCOVERAGE_COMPARE}."69Undercoverage comparing with 0a25e71e41dc0fb9fbbffafd1214ba937051d707.70$ if [ -f scripts/undercoverage ]; then run_timed_command "bundle exec scripts/undercoverage ${UNDERCOVERAGE_COMPARE}"; fi;71$ bundle exec scripts/undercoverage 0a25e71e41dc0fb9fbbffafd1214ba937051d70772🚨 WARNING: Coverage data is older than your latest changes and results might be incomplete. Re-run tests to update73undercover: ✅ No coverage is missing in latest changes74==> 'bundle exec scripts/undercoverage 0a25e71e41dc0fb9fbbffafd1214ba937051d707' succeeded in 405 seconds.76Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy78Job succeeded