Universal-Debloater-Alliance / universal-android-debloater-next-generation

Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
1.74k stars 63 forks source link

feat(backup): re-add export selection to text file #435

Closed edgy-b closed 2 months ago

edgy-b commented 2 months ago

Resolves #300

deepsource-io[bot] commented 2 months ago

Here's the code health analysis summary for commits 4a3de42..f7ca307. View details on DeepSource β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Rust LogoRust❌ Failure
❗ 6 occurences introduced
🎯 4 occurences resolved
View Check β†—
DeepSource Test coverage LogoTest coverageβœ… Success
❗ 9 occurences introduced
🎯 3 occurences resolved
View Check β†—

Code Coverage Report

MetricAggregateRust
Branch Coverage100%0%
Composite Coverage1.8% (down 0.1% from main)1.8% (down 0.1% from main)
Line Coverage1.8% (down 0.1% from main)1.8% (down 0.1% from main)
New Branch Coverage100%100%
New Composite Coverage2.6%2.6%
New Line Coverage2.6%2.6%

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.
edgy-b commented 2 months ago

Looks good otherwise. Maybe add some documentations to keep deepsource happy.

You're right. Will do that in core/DRY branch, since I already started on cleaning and tidying the code.