openatx / adbutils

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

add push to dir support, close #101 #117

Closed codeskyblue closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 30.35%. Comparing base (4cc083c) to head (769fac5).

Files Patch % Lines
adbutils/sync.py 33.33% 10 Missing :warning:
adbutils/_device.py 0.00% 1 Missing :warning:
adbutils/errors.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #117 +/- ## ========================================== + Coverage 30.28% 30.35% +0.06% ========================================== Files 15 15 Lines 1968 1980 +12 Branches 313 315 +2 ========================================== + Hits 596 601 +5 - Misses 1353 1360 +7 Partials 19 19 ```

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