Skip to content
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

src: fix code coverage cleanup #18081

Closed
wants to merge 1 commit into from
Closed

Conversation

mhdawson
Copy link
Member

In #17987 which updated
the location of the code coverage patches I missed a few
changes needed to properly clean up for code coverage. Add
these.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

core, coverage

In nodejs#17987 which updated
the location of the code coverage patches I missed a few
changes needed to properly clean up for code coverage.  Add
these.
@nodejs-github-bot nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Jan 10, 2018
@mhdawson
Copy link
Member Author

Temporarily added cleanup to nightly coverage job to 'unbreak' that job until this lands.

@mhdawson
Copy link
Member Author

@mhdawson
Copy link
Member Author

mhdawson commented Jan 15, 2018

Failure on odroid is unrelated. CI run looks good. Going to land

@mhdawson
Copy link
Member Author

Some network issues at work right now so will land tomorrow.

@mhdawson
Copy link
Member Author

Landed as 8229fc0

@mhdawson mhdawson closed this Jan 16, 2018
mhdawson added a commit that referenced this pull request Jan 16, 2018
In #17987 which updated
the location of the code coverage patches I missed a few
changes needed to properly clean up for code coverage.  Add
these.

PR-URL: #18081
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
@cjihrig
Copy link
Contributor

cjihrig commented Jan 17, 2018

@mhdawson it looks like C++ coverage for 17/01/2018 04:38 has jumped to 100%.

@evanlucas
Copy link
Contributor

Yea, looks like only src/node_main.cc is present (https://coverage.nodejs.org/coverage-f878f9414eb6c7ef/cxxcoverage.html)

evanlucas pushed a commit that referenced this pull request Jan 30, 2018
In #17987 which updated
the location of the code coverage patches I missed a few
changes needed to properly clean up for code coverage.  Add
these.

PR-URL: #18081
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins
Copy link
Contributor

Should land with #17987

MylesBorins pushed a commit that referenced this pull request May 22, 2018
In #17987 which updated
the location of the code coverage patches I missed a few
changes needed to properly clean up for code coverage.  Add
these.

PR-URL: #18081
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jun 14, 2018
In #17987 which updated
the location of the code coverage patches I missed a few
changes needed to properly clean up for code coverage.  Add
these.

PR-URL: #18081
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Jul 9, 2018
rvagg pushed a commit that referenced this pull request Aug 16, 2018
In #17987 which updated
the location of the code coverage patches I missed a few
changes needed to properly clean up for code coverage.  Add
these.

PR-URL: #18081
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
@mhdawson mhdawson deleted the fix-coverage branch September 30, 2019 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants