Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_runner: avoid spread operator on arrays #55143

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Sep 27, 2024

No description provided.

@aduh95 aduh95 requested a review from cjihrig September 27, 2024 15:16
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/test_runner

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels Sep 27, 2024
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 88.24%. Comparing base (fbc6fcb) to head (979af26).
Report is 30 commits behind head on main.

Files with missing lines Patch % Lines
lib/internal/test_runner/runner.js 33.33% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #55143   +/-   ##
=======================================
  Coverage   88.23%   88.24%           
=======================================
  Files         651      651           
  Lines      183914   183901   -13     
  Branches    35865    35862    -3     
=======================================
+ Hits       162279   162282    +3     
+ Misses      14910    14904    -6     
+ Partials     6725     6715   -10     
Files with missing lines Coverage Δ
lib/internal/test_runner/test.js 96.94% <100.00%> (+<0.01%) ⬆️
lib/internal/test_runner/runner.js 86.75% <33.33%> (-0.10%) ⬇️

... and 20 files with indirect coverage changes

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Sep 28, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 28, 2024
@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 28, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 29, 2024
@nodejs-github-bot nodejs-github-bot merged commit 103b843 into nodejs:main Sep 29, 2024
68 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 103b843

@aduh95 aduh95 deleted the no-spread-on-arrays branch September 29, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants