-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
build: fix not valid json in coverage #55179
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
jakecastelli:fix-coverage-breakage
Sep 30, 2024
Merged
build: fix not valid json in coverage #55179
nodejs-github-bot
merged 1 commit into
nodejs:main
from
jakecastelli:fix-coverage-breakage
Sep 30, 2024
Conversation
This file contains 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
jakecastelli
force-pushed
the
fix-coverage-breakage
branch
from
September 30, 2024 15:28
91b5eb0
to
c0c1717
Compare
RedYetiDev
added
fast-track
PRs that do not need to wait for 48 hours to land.
coverage
Issues and PRs related to native coverage support.
labels
Sep 30, 2024
Fast-track has been requested by @RedYetiDev. Please 👍 to approve. |
Fast tracking as this is failing on main, and shouldn't require to much conversation about the fix |
richardlau
approved these changes
Sep 30, 2024
The coverage workflows don't appear to be running for this PR -- probably due to the |
RafaelGSS
approved these changes
Sep 30, 2024
RedYetiDev
added
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Sep 30, 2024
aduh95
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 30, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 30, 2024
Landed in 28ffa4b |
targos
pushed a commit
that referenced
this pull request
Oct 5, 2024
PR-URL: #55179 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Merged
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#55179 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
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 pending requests for changes, and a CI started.
coverage
Issues and PRs related to native coverage support.
fast-track
PRs that do not need to wait for 48 hours to land.
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.
Fixes https://github.com/nodejs/node/actions/runs/11107498508/job/30858220494 and on current main
Refs: #53256 (comment)