-
Notifications
You must be signed in to change notification settings - Fork 150
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
lookup: unskip bluebird, bson and radium #729
Conversation
Untested, but maybe Line 17 in 62ade10
|
Codecov Report
@@ Coverage Diff @@
## master #729 +/- ##
=======================================
Coverage 96.22% 96.22%
=======================================
Files 27 27
Lines 875 875
=======================================
Hits 842 842
Misses 33 33 Continue to review full report at Codecov.
|
It's green :) |
Only because everything was skipped? Looks like https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-pipeline/73/ was run against |
🤦♂ Better: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-pipeline/74/console Only Windows fails because npm puts a shell script at |
@targos that's probably best. I wonder if it makes sense to add a comment field to our JSON entries to explain why we skip things. That way it becomes easier to unskip them as soon as a problem is resolved. |
Adding a general comment field to the lookup sound like a good idea |
They pass on my machine.
Do we have a way test 3 modules in one CI run? @richardlau