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

Version 2.0 #262

Merged
merged 9 commits into from
Jan 15, 2024

refactor: Default to None for Client arguments

b71e2e0
Select commit
Loading
Failed to load commit list.
Merged

Version 2.0 #262

refactor: Default to None for Client arguments
b71e2e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2024 in 0s

85.1% (+0.6%) compared to 60d96e1

View this Pull Request on Codecov

85.1% (+0.6%) compared to 60d96e1

Details

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (60d96e1) 84.5% compared to head (b71e2e0) 85.1%.

Files Patch % Lines
aiomqtt/client.py 77.7% 6 Missing and 4 partials ⚠️
aiomqtt/message.py 95.2% 1 Missing ⚠️
aiomqtt/topic.py 98.0% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #262     +/-   ##
=======================================
+ Coverage   84.5%   85.1%   +0.6%     
=======================================
  Files          4       6      +2     
  Lines        486     425     -61     
  Branches      92      83      -9     
=======================================
- Hits         411     362     -49     
+ Misses        47      37     -10     
+ Partials      28      26      -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.