capstone-rust / capstone-rs

high-level Capstone system bindings for Rust
217 stars 75 forks source link

Add no_std #69

Closed tmfink closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #69 into master will increase coverage by 0.17%. The diff coverage is 93.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   95.15%   95.33%   +0.17%     
==========================================
  Files          18       19       +1     
  Lines        3901     4136     +235     
==========================================
+ Hits         3712     3943     +231     
- Misses        189      193       +4
Impacted Files Coverage Δ
capstone-rs/src/arch/m68k.rs 91.61% <ø> (-0.17%) :arrow_down:
capstone-rs/src/arch/arm.rs 90.41% <ø> (ø) :arrow_up:
capstone-rs/src/arch/mips.rs 97.5% <ø> (+1.34%) :arrow_up:
capstone-rs/src/arch/xcore.rs 92.3% <ø> (ø) :arrow_up:
capstone-rs/src/arch/sparc.rs 91.3% <ø> (ø) :arrow_up:
capstone-rs/src/arch/tms320c64x.rs 97.67% <ø> (ø) :arrow_up:
capstone-rs/src/arch/evm.rs 88.46% <ø> (ø) :arrow_up:
capstone-rs/src/error.rs 75% <ø> (-2.05%) :arrow_down:
capstone-rs/src/arch/m680x.rs 95.45% <ø> (ø) :arrow_up:
capstone-rs/src/arch/x86.rs 100% <ø> (+0.44%) :arrow_up:
... and 19 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 ce45e7e...d88d205. Read the comment docs.