-
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
ci-parser: fix detection of lite CI pipelines #354
Conversation
Codecov Report
@@ Coverage Diff @@
## master #354 +/- ##
=======================================
Coverage 75.95% 75.95%
=======================================
Files 21 21
Lines 1364 1364
=======================================
Hits 1036 1036
Misses 328 328
Continue to review full report at Codecov.
|
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.
RSLGTM, though will it match with or with the trailing pipeline? Should both cases be tested? I don't know, just asking, and thanks for fixing this.
There's still a test that has the node-core-utils/test/unit/pr_checker.test.js Line 574 in 433293a
|
I'm not sure what the policy is here, if it is like node core, but I'm in support of fast-tracking and publishing this fix. |
@sam-github The policy is basically "this can land whenever it gets an approval from someone who can write to this repo" or at least that's what we have been doing. |
Fixes: #353
cc @sam-github