FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: improve code coverage for string decoder by BeniCheni · Pull Request #22306 · nodejs/node · GitHub

/ node Public

test: improve code coverage for string decoder - #22306

Closed
BeniCheni wants to merge 2 commits into
nodejs:masterfrom
BeniCheni:string-decoder-test-coverage
Closed

test: improve code coverage for string decoder#22306
BeniCheni wants to merge 2 commits into
nodejs:masterfrom
BeniCheni:string-decoder-test-coverage

Conversation

Copy link
Copy Markdown
Contributor

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), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

nodejs-github-bot added the test Issues and PRs related to the tests. label Aug 14, 2018

trivikr commented Aug 14, 2018

Copy link
Copy Markdown
Member

trivikr added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Aug 14, 2018

Trott commented Aug 14, 2018
edited by BridgeAR
Loading

Copy link
Copy Markdown
Member

Resume Build: https://ci.nodejs.org/job/node-test-pull-request/16452/ ✔️

BeniCheni commented Aug 24, 2018
edited
Loading

Copy link
Copy Markdown
Contributor Author

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?

Copy link
Copy Markdown
Member

Landed in 5673017 🎉


@BeniCheni Thanks! Usually a simple ping is enough to get things done.

I have rebased the feature branch of this PR and pushed

By the way, it looks like you used something that creates a “merge commit” (which is what you get by default from running git pull or git merge), not a typical rebase.

addaleax closed this Aug 24, 2018
addaleax pushed a commit that referenced this pull request Aug 24, 2018
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>

Copy link
Copy Markdown
Contributor Author

Thank you for landing! Good to learn about the rebase workflow, which I'd be mindful about.

BeniCheni deleted the string-decoder-test-coverage branch August 24, 2018 18:07
addaleax pushed a commit that referenced this pull request Aug 27, 2018
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>
targos pushed a commit that referenced this pull request Sep 3, 2018
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>
targos pushed a commit that referenced this pull request Sep 6, 2018
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL