Closed johannaengland closed 3 months ago
Attention: Patch coverage is 94.11765%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 98.20%. Comparing base (
70b1a57
) to head (a3300ec
).
Files | Patch % | Lines |
---|---|---|
src/zino/getuptime.py | 66.67% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Scope and purpose
Fixes #337.
Changed the way that
read_polldevs
work to make it easier to return thePollDevices
and the default values. I was considering splitting the function in two: One to read the defaults and one to read the rest - the poll devices, but decided for this method, since it is simpler changes.Contributor Checklist
Every pull request should have this checklist filled out, no matter how small it is. More information about contributing to Zino can be found in the README.