test_runner: support combining coverage reports#47686
Merged
Merged
Conversation
Collaborator
|
Review requested:
|
12b34fc to
cf410eb
Compare
ljharb
reviewed
Apr 23, 2023
MoLow
reviewed
Apr 24, 2023
MoLow
reviewed
Apr 24, 2023
MoLow
reviewed
Apr 24, 2023
MoLow
reviewed
Apr 24, 2023
MoLow
reviewed
Apr 24, 2023
MoLow
approved these changes
Apr 24, 2023
MoLow
left a comment
Member
There was a problem hiding this comment.
LGTM. made some non blocking suggestions
MoLow
reviewed
Apr 24, 2023
This commit adds support for combining code coverage reports in the test runner. This allows coverage to be collected for child processes, and by extension, the test runner CLI.
Collaborator
Collaborator
Collaborator
Collaborator
MoLow
approved these changes
Apr 28, 2023
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/47686 ✔ Done loading data for nodejs/node/pull/47686 ----------------------------------- PR info ------------------------------------ Title test_runner: support combining coverage reports (#47686) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch cjihrig:coverage -> nodejs:main Labels c++, semver-minor, dont-land-on-v14.x, test_runner Commits 1 - test_runner: support combining coverage reports Committers 1 - cjihrig PR-URL: https://github.com/nodejs/node/pull/47686 Fixes: https://github.com/nodejs/node/issues/47669 Reviewed-By: Moshe Atlow ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/47686 Fixes: https://github.com/nodejs/node/issues/47669 Reviewed-By: Moshe Atlow -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 23 Apr 2023 14:48:07 GMT ✔ Approvals: 1 ✔ - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/47686#pullrequestreview-1405267514 ✘ This PR needs to wait 49 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-04-28T05:50:34Z: https://ci.nodejs.org/job/node-test-pull-request/51527/ - Querying data for job/node-test-pull-request/51527/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4830925765 |
32 tasks
33 tasks
28 tasks
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds support for combining code coverage reports in the test runner. This allows coverage to be collected for child processes, and by extension, the test runner CLI.
Fixes: #47669
Notable change text:
Code coverage obtained from multiple processes via
--experimental-test-coveragecan now be combined into a single report. This allows code coverage to be used with--test.