-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix small bugs in Android OS Plugin #415
Conversation
MaxGroot
commented
Oct 14, 2023
- Fix incorrect accessing of path on the target's filesystem
- Fix exceptions when build property doesn't contain a security patch
- Add small test
* Fix incorrect accessing of path on the target's filesystem * Fix exceptions when build property doesn't contain a security patch * Add small test
Codecov Report
@@ Coverage Diff @@
## main #415 +/- ##
==========================================
+ Coverage 73.99% 74.38% +0.38%
==========================================
Files 255 256 +1
Lines 20307 20471 +164
==========================================
+ Hits 15027 15227 +200
+ Misses 5280 5244 -36
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 8 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
While testing on a different Android system I found some other inconsistencies, I'll make sure to add fixes for those in this PR as well. In the meantime I'm converting it back to draft. |
Otherwise, the Linux OS would be selected if Linux were detected.