Skip to content

readline: improve code coverage for readline promises - #41817

Merged
nodejs-github-bot merged 2 commits into
nodejs:masterfrom
ErickWendel:readline/improve-coverage
Feb 5, 2022
Merged

readline: improve code coverage for readline promises#41817
nodejs-github-bot merged 2 commits into
nodejs:masterfrom
ErickWendel:readline/improve-coverage

Conversation

@ErickWendel

@ErickWendelErickWendel commented Feb 1, 2022

Copy link
Copy Markdown
Member

It add tests to the readline promises module
Refs: lib/readline/promises.js.html#L42

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Feb 1, 2022

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM with a tiny nit.

Comment threadtest/parallel/test-readline-promises-interface.js Outdated
@aduh95aduh95 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. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Feb 1, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 1, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@benjamingrbenjamingr added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 5, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 5, 2022
@nodejs-github-bot
nodejs-github-bot merged commit 92b85e7 into nodejs:masterFeb 5, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 92b85e7

ruyadorno pushed a commit that referenced this pull request Feb 8, 2022
PR-URL: #41817
Refs: https://coverage.nodejs.org/coverage-7123a00b03a90862/lib/readline/promises.js.html#L42
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
@ruyadornoruyadorno mentioned this pull request Feb 8, 2022
@danielleadams

danielleadams commented Mar 1, 2022

Copy link
Copy Markdown
Contributor

Marking this as backport-blocked-v16.x as this lands on top of #41008, and pulling it in without breaks tests.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.commit-queue-squashAdd this label to instruct the Commit Queue to squash all the PR commits into the first one.needs-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@ErickWendel@nodejs-github-bot@danielleadams@benjamingr@lpinca@cjihrig@Lxxyx@aduh95@Mesteery@targos