openatx / uiautomator2

Android Uiautomator2 Python Wrapper
MIT License
6.38k stars 1.37k forks source link

use u2.jar instead of test apk #1004

Closed codeskyblue closed 1 month ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 36.36364% with 77 lines in your changes missing coverage. Please review.

Project coverage is 27.06%. Comparing base (7ba4852) to head (2a96d12).

Files Patch % Lines
uiautomator2/core.py 22.22% 35 Missing :warning:
uiautomator2/_input.py 27.77% 26 Missing :warning:
uiautomator2/__init__.py 57.89% 8 Missing :warning:
uiautomator2/__main__.py 0.00% 2 Missing :warning:
uiautomator2/_selector.py 66.66% 2 Missing :warning:
uiautomator2/settings.py 33.33% 2 Missing :warning:
uiautomator2/utils.py 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1004 +/- ## ========================================== + Coverage 25.39% 27.06% +1.67% ========================================== Files 20 20 Lines 2879 2775 -104 Branches 446 419 -27 ========================================== + Hits 731 751 +20 + Misses 2123 1995 -128 - Partials 25 29 +4 ```

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

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
9 Security Hotspots
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

felipegetulio commented 3 weeks ago

Hi, where can I find the implementation of u2.jar?