-
Notifications
You must be signed in to change notification settings - Fork 113
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
ncu-ci: add --cache and progress in display #328
Conversation
cc @nodejs/automation |
Codecov Report
@@ Coverage Diff @@
## master #328 +/- ##
==========================================
- Coverage 73.85% 73.83% -0.02%
==========================================
Files 22 22
Lines 1415 1414 -1
==========================================
- Hits 1045 1044 -1
Misses 370 370
Continue to review full report at Codecov.
|
@@ -86,7 +86,7 @@ const CI_TYPES = new Map([ | |||
[LITE_PR_PIPELINE, { | |||
name: 'Lite PR Pipeline', | |||
jobName: 'node-test-pull-request-lite-pipeline', | |||
pattern: /job\/node-test-pull-request-lite-pipeline\/(\d+)\/pipeline/, | |||
pattern: /node-test-pull-request-lite-pipeline\/(\d+)\/pipeline/, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an unrelated change? (If it allows the GitHub bot posted links then that's 💯 👍 but should be in its own commit and probably have tests if that's the intention.)
@richardlau Looks like I accidentally added some unrelated changes...anyway since I am at it, fixed #259 in the second commit |
No description provided.