-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add coverage generation files from nodejs/testing #1055
Merged
Merged
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
PR-URL: nodejs/testing#37 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add patch files that enable coverage generation for Node core as well as a simple script for rendering a table of nightly coverage results. Ref: nodejs/testing#36 PR-URL: nodejs/testing#38 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Adjust the generation of the summary web page for the coverage data to fit the nodejs.org look and feel. PR-URL: nodejs/testing#39 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Now that we have the --coverage option landed in core we can remove some of the patches for node.gyp PR-URL: nodejs/testing#40 Reviewed-By: Anna Henningsen <anna@addaleax.net>
- fixing copyright symbols - changing styling and formatting for page - using monospace font for sha PR-URL: nodejs/testing#41 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
The presented times may be confusing when displayed without time zone information. PR-URL: nodejs/testing#42 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ryan Lewis <rylewis@expedia.com>
Scripts needed for coverage job now come from the testing repo. Update README.md to reflect that. PR-URL: nodejs/testing#44 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs/testing#51 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
- new targets have been added to the node Makefile - update descriptions to reflect that CI job now - uses those targets PR-URL: nodejs/testing#52 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
maclover7
added a commit
that referenced
this pull request
Jan 4, 2018
PR-URL: #1055 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Fixes: nodejs/testing#56
Trott
pushed a commit
to nodejs/testing
that referenced
this pull request
Jan 4, 2018
Files have moved to nodejs/build repository. Refs: nodejs/build#1055 Fixes: #56
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.
Tried to copy over original Git history, so that way there's a papertrail.
Will update Jenkins once this lands.
cc @addaleax (primary author) @cjihrig @Trott