capstone-rust / capstone-rs

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

travis-ci: remove exclude section #86

Closed tmfink closed 4 years ago

tmfink commented 4 years ago

Travis CI has changed how these are parsed, so now the exclude section overrides the include, thus causing no Travis CI jobs to run.

codecov[bot] commented 4 years ago

Codecov Report

Merging #86 into master will increase coverage by 0.18%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   93.87%   94.05%   +0.18%     
==========================================
  Files          20       20              
  Lines        2742     2811      +69     
==========================================
+ Hits         2574     2644      +70     
+ Misses        168      167       -1     
Impacted Files Coverage Δ
capstone-rs/src/test.rs 95.80% <93.54%> (-0.20%) :arrow_down:
capstone-rs/src/arch/x86.rs 100.00% <100.00%> (ø)
capstone-rs/src/instruction.rs 90.00% <100.00%> (+1.92%) :arrow_up:
capstone-rs/src/capstone.rs 93.70% <0.00%> (-0.26%) :arrow_down:
capstone-rs/src/constants.rs 79.51% <0.00%> (-0.25%) :arrow_down:
capstone-rs/src/arch/tms320c64x.rs 97.50% <0.00%> (-0.18%) :arrow_down:
capstone-rs/src/arch/arm.rs 90.41% <0.00%> (-0.07%) :arrow_down:
capstone-rs/src/arch/arm64.rs 96.72% <0.00%> (-0.06%) :arrow_down:
... and 6 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 4e07963...8f4ca75. Read the comment docs.