Closed tomli380576 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.76%. Comparing base (
37dcd06
) to head (54c855c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
The new reboot check test was missing
stdout=subprocess.PIPE
in calls tosubprocess.run
which was causing it to return None for<CompletedProcess>.stdout
Resolved issues
1548
Documentation
Tests