SUPERAndroidAnalyzer / abxml-rs

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

Release/0.4.0 #62

Closed Razican closed 6 years ago

Razican commented 6 years ago

ABXML 0.4.0 release.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@cff722a). Click here to learn what that means. The diff coverage is 89.51%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #62   +/-   ##
=========================================
  Coverage          ?   90.58%           
=========================================
  Files             ?       34           
  Lines             ?     2633           
  Branches          ?        0           
=========================================
  Hits              ?     2385           
  Misses            ?      248           
  Partials          ?        0
Impacted Files Coverage Δ
tests/lib.rs 100% <ø> (ø)
src/lib.rs 100% <ø> (ø)
src/model/owned/xml/namespace_start.rs 97.56% <100%> (ø)
src/chunks/table_type_spec.rs 97.72% <100%> (ø)
src/model/owned/table_type/configuration.rs 99.21% <100%> (ø)
src/chunks/table_type/configuration.rs 100% <100%> (ø)
src/decoder.rs 100% <100%> (ø)
src/model/owned/xml/namespace_end.rs 96.96% <100%> (ø)
src/model/owned/xml/tag_start.rs 98.85% <100%> (ø)
src/model/element.rs 83.33% <100%> (ø)
... and 24 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 cff722a...641b355. Read the comment docs.