-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test_runner: adds built in lcov test reporter #50018
Merged
nodejs-github-bot
merged 14 commits into
nodejs:main
from
philnash:test-runner-lcov-reporter
Oct 25, 2023
Merged
test_runner: adds built in lcov test reporter #50018
nodejs-github-bot
merged 14 commits into
nodejs:main
from
philnash:test-runner-lcov-reporter
Oct 25, 2023
+868
−2
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c153f07 - Browse repository at this point
Copy the full SHA c153f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1fb047 - Browse repository at this point
Copy the full SHA f1fb047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b60251 - Browse repository at this point
Copy the full SHA 8b60251View commit details -
Adds missing returns. Removes unnecessary regex replace in lcov reporter test
Configuration menu - View commit details
-
Copy full SHA for c080f97 - Browse repository at this point
Copy the full SHA c080f97View commit details -
test_runner: transform lcov output to be more consistent
The test coverage outputs all files that are touched during the running of any code. This could get noisy, so this introduces a transform that turns the lcov snapshot into just the output from the test file.
Configuration menu - View commit details
-
Copy full SHA for 6377f29 - Browse repository at this point
Copy the full SHA 6377f29View commit details -
test_runner: fixing PR comments
* Adds lcov reporter to docs examples * Corrects comment with period after URL * Use ReflectConstruct so that the lcov reporter class is usable as a function
Configuration menu - View commit details
-
Copy full SHA for c079bfc - Browse repository at this point
Copy the full SHA c079bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579ce3e - Browse repository at this point
Copy the full SHA 579ce3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1dbd6b - Browse repository at this point
Copy the full SHA e1dbd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c218382 - Browse repository at this point
Copy the full SHA c218382View commit details -
Configuration menu - View commit details
-
Copy full SHA for b33f154 - Browse repository at this point
Copy the full SHA b33f154View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed9d6ca - Browse repository at this point
Copy the full SHA ed9d6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a137f - Browse repository at this point
Copy the full SHA 56a137fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7a3ad - Browse repository at this point
Copy the full SHA eb7a3adView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c5ee6b - Browse repository at this point
Copy the full SHA 3c5ee6bView commit details
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.