rair-project / rair

RAIR: RAdare In Rust
GNU Lesser General Public License v3.0
71 stars 12 forks source link

Implement serialize/deserialize for rio #70

Closed oddcoder closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will increase coverage by 1.14%. The diff coverage is 79.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage    87.9%   89.05%   +1.14%     
==========================================
  Files          47       48       +1     
  Lines        2761     2795      +34     
==========================================
+ Hits         2427     2489      +62     
+ Misses        334      306      -28
Impacted Files Coverage Δ
rio/src/mapsquery.rs 98.01% <ø> (ø) :arrow_up:
rio/src/descquery.rs 98.16% <100%> (+0.03%) :arrow_up:
rio/src/desc.rs 94.11% <100%> (+1.01%) :arrow_up:
rio/src/utils.rs 62.16% <100%> (ø) :arrow_up:
rio/src/plugin.rs 16.66% <16.66%> (ø)
rio/src/io.rs 99.1% <93.33%> (-0.9%) :arrow_down:
rtrees/src/ist/serialize.rs 90.9% <0%> (+90.9%) :arrow_up:
rtrees/src/rbtree/serialize.rs 90.9% <0%> (+90.9%) :arrow_up:

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 cf5ab65...184546d. Read the comment docs.