openatx / adbutils

pure python adb library for google adb service.
MIT License
729 stars 173 forks source link

add kwargs error_ok for screenshot #118

Closed codeskyblue closed 1 month ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 32.07%. Comparing base (c8e6235) to head (6e6793f). Report is 1 commits behind head on master.

Files Patch % Lines
adbutils/screenshot.py 50.00% 10 Missing :warning:
adbutils/shell.py 38.46% 8 Missing :warning:
adbutils/_adb.py 25.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #118 +/- ## ========================================== + Coverage 30.35% 32.07% +1.72% ========================================== Files 15 15 Lines 1980 2017 +37 Branches 315 324 +9 ========================================== + Hits 601 647 +46 + Misses 1360 1345 -15 - Partials 19 25 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.