-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: fix regression from #1401 and allow CI test failures to break gitthub workflow #1443
Conversation
…eak github workflow
Codecov Report
@@ Coverage Diff @@
## main #1443 +/- ##
=======================================
Coverage ? 86.21%
=======================================
Files ? 12
Lines ? 1306
Branches ? 0
=======================================
Hits ? 1126
Misses ? 180
Partials ? 0 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.
looks good, small nit
lib/client.js
Outdated
// there's no reason to change it and risk (another) regression. | ||
// | ||
// The only reason this code works is becaues code in MqttClient.publish, | ||
// MqttClinet.subsribe, and MqttClient.unsubscribe ensures that we will |
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.
nit: typo
// MqttClinet.subsribe, and MqttClient.unsubscribe ensures that we will | |
// MqttClient.subscribe, and MqttClient.unsubscribe ensures that we will |
Thank you very much! Any ETA when we can expoect a new release? |
ICYMI, it got released recently @Apollon77 |
Thank you for the info! |
No description provided.