-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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: improve code coverage for string decoder #22306
Conversation
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/16452/ ✔️ |
Hi, collaborators, (cc @trivikr @Trott who helped to post CI instances in previous comments) Saw some approvals & read the previous failed CI instance w. the referred issue above. I have rebased the feature branch of this PR and pushed, as an attempt to obtain a "green" CI instance. After the attempt, the current PR seems to have a "green" CI instance. Would you mind guiding this PR to "land", after the "green" CI instance has been obtained & approvals? |
Landed in 5673017 🎉 @BeniCheni Thanks! Usually a simple ping is enough to get things done.
By the way, it looks like you used something that creates a “merge commit” (which is what you get by default from running |
PR-URL: #22306 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Thank you for landing! Good to learn about the rebase workflow, which I'd be mindful about. |
PR-URL: #22306 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #22306 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #22306 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This PR attempts to cover this line of uncovered string decoder code from the coverage report, after exploring with nodejs/getting-started repo that led to consulting with nodetodo.org about contributing to unit test code.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes