-
Notifications
You must be signed in to change notification settings - Fork 148
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: use GitHub head for serialport #992
Conversation
This will hopefully fix serialport when run against a `-pre` version of Node.js. Eventually, this fix will be in a release of serialport, but it's in GitHub now. Closes: #991
CITGM with this PR: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3283/ |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #992 +/- ##
=======================================
Coverage 96.44% 96.44%
=======================================
Files 28 28
Lines 2139 2139
=======================================
Hits 2063 2063
Misses 76 76 ☔ View full report in Codecov by Sentry. |
Still failing on AIX, s390x and RHEL-ppc but now passing everywhere else. (So this fixes it for 6 of 9 operating systems. Even Windows!) I think we should land this and work out whether to skip or fix those other platforms in another PR. |
This skips the remaining platforms that still pose a problem for verifying serialport against a `-pre` version of Node.js Relates: nodejs#992
This skips the remaining platforms that still pose a problem for verifying serialport against a `-pre` version of Node.js Relates to: nodejs#992
This skips the remaining platforms that still pose a problem for verifying serialport against a `-pre` version of Node.js Relates to: nodejs#992
This skips the remaining platforms that still pose a problem for verifying serialport against a `-pre` version of Node.js Relates to: #992
This will hopefully fix serialport when run against a
-pre
version of Node.js. Eventually, this fix will be in a release of serialport, but it's in GitHub now.Closes: #991
Checklist
npm test
passeshere