coverage-frontend
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)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.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-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.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-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.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...11Running on runner-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1670452551-23a3897c...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: 131499, done. 18remote: Counting objects: 100% (131499/131499), done. 19remote: Compressing objects: 100% (83189/83189), done. 20remote: Total 131499 (delta 58636), reused 93257 (delta 43745), pack-reused 0 21Receiving objects: 100% (131499/131499), 113.69 MiB | 28.54 MiB/s, done.22Resolving deltas: 100% (58636/58636), done.24 * [new ref] refs/pipelines/716518733 -> refs/pipelines/71651873325Checking out 00d8c88b as refs/merge-requests/105876/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for node-modules-bullseye-test-16...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-16 31Successfully extracted cache33Downloading artifacts for jest 1/5 (3441687508)...34Downloading artifacts from coordinator... ok id=3441687508 responseStatus=200 OK token=CyKbqNU135Downloading artifacts for jest 2/5 (3441687509)...36Downloading artifacts from coordinator... ok id=3441687509 responseStatus=200 OK token=CyKbqNU137Downloading artifacts for jest 3/5 (3441687510)...38Downloading artifacts from coordinator... ok id=3441687510 responseStatus=200 OK token=CyKbqNU139Downloading artifacts for jest 4/5 (3441687511)...40Downloading artifacts from coordinator... ok id=3441687511 responseStatus=200 OK token=CyKbqNU141Downloading artifacts for jest 5/5 (3441687513)...42Downloading artifacts from coordinator... ok id=3441687513 responseStatus=200 OK token=CyKbqNU144Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-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.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...45$ echo $FOSS_ONLY46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ yarn_install_script60$ run_timed_command "yarn node scripts/frontend/merge_coverage_frontend.js"61$ yarn node scripts/frontend/merge_coverage_frontend.js62yarn node v1.22.1763=============================== Coverage summary ===============================64Statements : 72.22% ( 39629/54871 )65Branches : 67.59% ( 14932/22089 )66Functions : 74.69% ( 13159/17617 )67Lines : 72.23% ( 37981/52579 )68================================================================================69Done in 6.84s.70==> 'yarn node scripts/frontend/merge_coverage_frontend.js' succeeded in 8 seconds.71$ if ls coverage-frontend/jest-* > /dev/null 2>&1; then rm -r coverage-frontend/jest-*; fi73Not uploading cache node-modules-bullseye-test-16 due to policy75Uploading artifacts...76coverage-frontend/: found 9497 matching files and directories 77WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687591/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com78WARNING: Retrying... context=artifacts-uploader error=request redirected79Uploading artifacts as "archive" to coordinator... 201 Created id=3441687591 responseStatus=201 Created token=CyKbqNU180Uploading artifacts...81coverage-frontend/cobertura-coverage.xml: found 1 matching files and directories 82WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3441687591/artifacts?artifact_format=gzip&artifact_type=cobertura&expire_in=31d new-url=https://gitlab.com83WARNING: Retrying... context=artifacts-uploader error=request redirected84Uploading artifacts as "cobertura" to coordinator... 201 Created id=3441687591 responseStatus=201 Created token=CyKbqNU186Job succeeded