-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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: add initial source map ecma426 coverage #56436
Conversation
Source map has been standardized as ECMA426, with a developing test suite. Add an initial coverage of the source map tests.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56436 +/- ##
==========================================
- Coverage 88.53% 88.53% -0.01%
==========================================
Files 657 657
Lines 190741 190761 +20
Branches 36607 36616 +9
==========================================
+ Hits 168881 168894 +13
- Misses 15036 15045 +9
+ Partials 6824 6822 -2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
Co-authored-by: Antoine du Hamel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo linter failure
Co-authored-by: Antoine du Hamel <[email protected]>
Commit Queue failed- Loading data for nodejs/node/pull/56436 ✔ Done loading data for nodejs/node/pull/56436 ----------------------------------- PR info ------------------------------------ Title test: add initial source map ecma426 coverage (#56436) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch legendecas:test/test426 -> nodejs:main Labels build, author ready, needs-ci, source maps, commit-queue-squash Commits 3 - test: add initial test426 coverage - Update test/test426/test-source-map-spec.mjs - Update test/test426/test-source-map-spec.mjs Committers 2 - Chengzhong Wu <[email protected]> - GitHub <[email protected]> PR-URL: https://github.com/nodejs/node/pull/56436 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/56436 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - Update test/test426/test-source-map-spec.mjs ℹ This PR was created on Thu, 02 Jan 2025 14:45:26 GMT ✔ Approvals: 3 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/56436#pullrequestreview-2527728181 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/56436#pullrequestreview-2529533770 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/56436#pullrequestreview-2530655776 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-01-04T12:33:30Z: https://ci.nodejs.org/job/node-test-pull-request/64338/ - Querying data for job/node-test-pull-request/64338/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/12612138282 |
Landed in f97a7b6 |
Source map has been standardized as ECMA426, with a developing test
suite. Add an initial coverage of the source map tests.
An automated updater shall be added in a follow-up.