rair-project / rair

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

Adding support for base64 IO #61

Closed oddcoder closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #61 into master will increase coverage by 0.35%. The diff coverage is 92.7%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   87.18%   87.54%   +0.35%     
==========================================
  Files          39       41       +2     
  Lines        1889     2023     +134     
==========================================
+ Hits         1647     1771     +124     
- Misses        242      252      +10
Impacted Files Coverage Δ
rio/src/descquery.rs 98.13% <ø> (ø) :arrow_up:
rio/src/plugins/defaultplugin.rs 91.66% <ø> (ø)
rio/src/plugins/ihex.rs 95.49% <ø> (ø)
rio/src/desc.rs 92.59% <ø> (ø) :arrow_up:
rio/src/plugins/malloc.rs 90% <ø> (ø)
rio/src/io.rs 100% <100%> (ø) :arrow_up:
rio/src/plugins/mod.rs 100% <100%> (ø)
rio/src/plugins/base64.rs 92.36% <92.36%> (ø)

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 01681e2...3dd9b62. Read the comment docs.