SUPERAndroidAnalyzer / abxml-rs

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

Merge branch 'release/0.5.3' #65

Closed Razican closed 5 years ago

Razican commented 5 years ago

Merging next release.

codecov[bot] commented 5 years ago

Codecov Report

Merging #65 into master will increase coverage by 0.03%. The diff coverage is 85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   90.05%   90.09%   +0.03%     
==========================================
  Files          34       34              
  Lines        2635     2635              
==========================================
+ Hits         2373     2374       +1     
+ Misses        262      261       -1
Impacted Files Coverage Δ
src/chunks/mod.rs 95.89% <ø> (ø) :arrow_up:
src/lib.rs 100% <ø> (+100%) :arrow_up:
src/model/owned/mod.rs 100% <ø> (ø) :arrow_up:
src/chunks/xml.rs 92.65% <ø> (ø) :arrow_up:
src/chunks/string_table.rs 92.1% <100%> (+0.06%) :arrow_up:
src/model/element.rs 84.9% <100%> (+1.57%) :arrow_up:
src/chunks/table_type/mod.rs 94.39% <100%> (+0.1%) :arrow_up:
src/visitor/model.rs 60.64% <77.77%> (-0.4%) :arrow_down:
src/visitor/xml.rs 79.63% <80%> (+0.3%) :arrow_up:
tests/lib.rs 95.83% <0%> (-4.17%) :arrow_down:
... and 2 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 6e92ca4...b510833. Read the comment docs.