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

[pull] main from nodejs:main #29

Merged
merged 3 commits into from
Jan 4, 2025
Merged

[pull] main from nodejs:main #29

merged 3 commits into from
Jan 4, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 4, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

This commit updates test/parallel/test-child-process-windows-hide.js
to use node:test. This allows the test to use the built in mocking
functionality instead of managing spies manually. It also prevents
multiple child processes from being spawned in parallel, which can
be problematic in the CI.

PR-URL: #56437
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: James M Snell <[email protected]>
This commit adds a top level assert.register() API to the test
runner. This function allows users to define their own custom
assertion functions on the TestContext.

Fixes: #52033
PR-URL: #56434
Reviewed-By: Jacob Smith <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Pietro Marchini <[email protected]>
This commit updates test/parallel/test-set-http-max-http-headers.js
to use node:test. This test already implemented a test runner, so
it makes sense to use the existing public API.

PR-URL: #56439
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@pull pull bot added the ⤵️ pull label Jan 4, 2025
@pull pull bot merged commit 221040b into zys-contrib:main Jan 4, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.27%. Comparing base (ccf45f6) to head (221040b).
Report is 5 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   88.42%   92.27%   +3.85%     
==========================================
  Files         657      326     -331     
  Lines      190742   128415   -62327     
  Branches    36531    20699   -15832     
==========================================
- Hits       168665   118497   -50168     
+ Misses      15227     9695    -5532     
+ Partials     6850      223    -6627     
Files with missing lines Coverage Δ
lib/internal/test_runner/assert.js 100.00% <100.00%> (ø)
lib/internal/test_runner/test.js 96.92% <100.00%> (-0.04%) ⬇️
lib/test.js 100.00% <100.00%> (ø)

... and 436 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants