capstone-rust / capstone-rs

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

ci: update rust toolchain before script #75

Closed tmfink closed 4 years ago

tmfink commented 4 years ago

Also, explicitly delete cargo registry src/ directory to save space in cache.

Recommended by: https://travis-ci.community/t/stable-rust-channel-outdated/4213/3

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   94.01%   94.09%   +0.08%     
==========================================
  Files          20       20              
  Lines        2705     2708       +3     
==========================================
+ Hits         2543     2548       +5     
+ Misses        162      160       -2
Impacted Files Coverage Δ
capstone-rs/src/arch/mod.rs 90.9% <0%> (-0.84%) :arrow_down:
capstone-rs/examples/demo.rs 92.3% <0%> (+0.15%) :arrow_up:
capstone-rs/src/test.rs 96.65% <0%> (+0.28%) :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 716a387...14bf6d7. Read the comment docs.