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

feat: improve incoming data processing performance #1194

Merged
merged 3 commits into from
Jul 8, 2023

Update src/zeroconf/_logger.py

6b2c3ba
Select commit
Failed to load commit list.
Merged

feat: improve incoming data processing performance #1194

Update src/zeroconf/_logger.py
6b2c3ba
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jul 8, 2023 in 1s

99.78% (+0.00%) compared to f0577f0

View this Pull Request on Codecov

99.78% (+0.00%) compared to f0577f0

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f0577f0) 99.77% compared to head (6b2c3ba) 99.78%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1194   +/-   ##
=======================================
  Coverage   99.77%   99.78%           
=======================================
  Files          22       22           
  Lines        2721     2728    +7     
  Branches      474      474           
=======================================
+ Hits         2715     2722    +7     
  Misses          3        3           
  Partials        3        3           
Impacted Files Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_core.py 99.77% <100.00%> (+<0.01%) ⬆️
src/zeroconf/_services/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_services/browser.py 99.14% <100.00%> (+0.01%) ⬆️
src/zeroconf/_services/registry.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.