libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
274 stars 94 forks source link

shared-state-async fix log pollution #1082

Closed G10h4ck closed 4 months ago

G10h4ck commented 4 months ago

Fix https://github.com/libremesh/lime-packages/issues/1081 log pollution reported by @pony1k

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8b577bf) 79.53% compared to head (296a887) 79.53%.

:exclamation: Current head 296a887 differs from pull request most recent head a823f47. Consider uploading reports for the commit a823f47 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1082 +/- ## ======================================= Coverage 79.53% 79.53% ======================================= Files 53 53 Lines 4564 4564 ======================================= Hits 3630 3630 Misses 934 934 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pony1k commented 4 months ago

This works. Thanks!