SUPERAndroidAnalyzer / abxml-rs

Android binary XML decoding library in Rust.
Apache License 2.0
27 stars 5 forks source link

Some fixes and upgrade to Android 29 sdk #69

Closed gnieto closed 4 years ago

gnieto commented 4 years ago

This contains an upgrade to android 29 SDK and a couple of fixes:

Razican commented 4 years ago

It seems that tests are failing due to a lacking cargo fmt.

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will decrease coverage by 0.47%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   90.05%   89.58%   -0.48%     
==========================================
  Files          34       34              
  Lines        2736     2785      +49     
==========================================
+ Hits         2464     2495      +31     
- Misses        272      290      +18
Impacted Files Coverage Δ
src/visitor/xml.rs 80% <ø> (-1.5%) :arrow_down:
src/model/mod.rs 97.14% <ø> (ø) :arrow_up:
src/chunks/table_type/mod.rs 96.58% <100%> (+3.18%) :arrow_up:
src/chunks/xml.rs 93.39% <100%> (+0.3%) :arrow_up:
src/visitor/model.rs 58.16% <77.77%> (-2.99%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6197cd2...55dffd0. Read the comment docs.