-
Notifications
You must be signed in to change notification settings - Fork 2.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 persist plugin expiry #3016
base: develop
Are you sure you want to change the base?
Fix persist plugin expiry #3016
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3016 +/- ##
===========================================
+ Coverage 81.20% 81.23% +0.02%
===========================================
Files 188 188
Lines 31733 31767 +34
===========================================
+ Hits 25769 25806 +37
+ Misses 5964 5961 -3 ☔ View full report in Codecov by Sentry. |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
4b91612
to
c2011a9
Compare
…rinter Signed-off-by: Norbert Heusser <[email protected]>
Signed-off-by: Norbert Heusser <[email protected]>
Signed-off-by: Norbert Heusser <[email protected]>
Signed-off-by: Norbert Heusser <[email protected]>
Signed-off-by: Norbert Heusser <[email protected]>
…ugin Signed-off-by: Norbert Heusser <[email protected]>
c2011a9
to
fa6bb8b
Compare
028adb2
to
604b69a
Compare
b7e2d3d
to
e715b04
Compare
Thank you for contributing your time to the Mosquitto project!
Before you go any further, please note that we cannot accept contributions if
you haven't signed the Eclipse Contributor Agreement.
If you aren't able to do that, or just don't want to, please describe your bug
fix/feature change in an issue. For simple bug fixes it is can be just as easy
for us to be told about the problem and then go fix it directly.
Then please check the following list of things we ask for in your pull request:
make test
with your changes locally?