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

✨ Allowing pytest cli arguments for host and port #8

Merged
merged 2 commits into from
Mar 29, 2024

Accept command line options `--mqtt-host` and `--mqtt-port`

6d94524
Select commit
Loading
Failed to load commit list.
Merged

✨ Allowing pytest cli arguments for host and port #8

Accept command line options `--mqtt-host` and `--mqtt-port`
6d94524
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 29, 2024 in 1s

95.45% (+0.38%) compared to 0e4c401

View this Pull Request on Codecov

95.45% (+0.38%) compared to 0e4c401

Details

Codecov Report

Attention: Patch coverage is 95.83333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 95.45%. Comparing base (0e4c401) to head (6d94524).
Report is 1 commits behind head on main.

Files Patch % Lines
pytest_mqtt/mosquitto.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   95.07%   95.45%   +0.38%     
==========================================
  Files           5        5              
  Lines         142      154      +12     
==========================================
+ Hits          135      147      +12     
  Misses          7        7              

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