openatx / adbutils

pure python adb library for google adb service.
MIT License
781 stars 180 forks source link

fix adb reverse, use host:tport:serial instead of host-serial #116

Closed codeskyblue closed 5 months ago

codeskyblue commented 5 months ago
codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 27.95%. Comparing base (2d6143d) to head (05558cf).

Files Patch % Lines
adbutils/_device.py 22.22% 21 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #116 +/- ## ========================================== + Coverage 26.44% 27.95% +1.51% ========================================== Files 15 15 Lines 1921 1935 +14 Branches 313 313 ========================================== + Hits 508 541 +33 + Misses 1402 1375 -27 - Partials 11 19 +8 ```

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