Skip to content
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

Merged
merged 5 commits into from Mar 14, 2022

Conversation

BertKleewein
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Mar 10, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@fe78288). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe78288...fb3b78e. Read the comment docs.

vishnureddy17
vishnureddy17 previously approved these changes Mar 14, 2022
Copy link
Member

@vishnureddy17 vishnureddy17 left a 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: typo

Suggested change
// MqttClinet.subsribe, and MqttClient.unsubscribe ensures that we will
// MqttClient.subscribe, and MqttClient.unsubscribe ensures that we will

@Apollon77
Copy link

Thank you very much! Any ETA when we can expoect a new release?

@vishnureddy17
Copy link
Member

ICYMI, it got released recently @Apollon77

@Apollon77
Copy link

Thank you for the info!

robertsLando pushed a commit that referenced this pull request Jun 30, 2023
…tthub workflow (#1443)

* fix: fix regression from #1401 and allow CI test failures to break github workflow

* temporary rollback to verify break works

* put change back in

* add comment to fix

* fix misspelling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants