SUPERAndroidAnalyzer / abxml-rs

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

0.7.4 release #68

Closed Razican closed 4 years ago

Razican commented 4 years ago

New release, with only dependency upgrades, to update dependency trees.

codecov[bot] commented 4 years ago

Codecov Report

Merging #68 into master will decrease coverage by 0.18%. The diff coverage is 90.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   90.05%   89.87%   -0.19%     
==========================================
  Files          34       34              
  Lines        2635     2667      +32     
==========================================
+ Hits         2373     2397      +24     
- Misses        262      270       +8
Impacted Files Coverage Δ
src/visitor/mod.rs 86.76% <100%> (ø) :arrow_up:
src/model/value.rs 100% <100%> (ø) :arrow_up:
src/model/builder.rs 100% <100%> (ø) :arrow_up:
src/visitor/xml.rs 78.24% <40%> (-1.15%) :arrow_down:
src/model/owned/package.rs 89.15% <50%> (ø) :arrow_up:
src/model/owned/table_type/entry.rs 94.11% <91.66%> (ø) :arrow_up:
src/model/owned/mod.rs 95% <0%> (-5%) :arrow_down:
src/decoder.rs 95.74% <0%> (-2.13%) :arrow_down:
src/chunks/table_type/mod.rs 93.39% <0%> (-1%) :arrow_down:
... and 7 more

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 e3af3c7...881bb2b. Read the comment docs.