Skip to content
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

Merged
merged 5 commits into from
Nov 4, 2023

Conversation

MaxGroot
Copy link
Contributor

  • 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
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #415 (c8ffd81) into main (13d509d) will increase coverage by 0.38%.
Report is 4 commits behind head on main.
The diff coverage is 100.00%.

@@            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     
Flag Coverage Δ
unittests 74.38% <100.00%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...issect/target/plugins/os/unix/linux/android/_os.py 96.07% <100.00%> (+39.55%) ⬆️

... and 8 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@MaxGroot MaxGroot marked this pull request as draft October 16, 2023 06:56
@MaxGroot
Copy link
Contributor Author

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.
@MaxGroot MaxGroot marked this pull request as ready for review October 30, 2023 19:00
@MaxGroot MaxGroot requested a review from Schamper November 4, 2023 11:35
@Schamper Schamper merged commit 25efd35 into fox-it:main Nov 4, 2023
@MaxGroot MaxGroot deleted the fix/android-buildprop-fixes branch March 9, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants