capstone-rust / capstone-rs

high-level Capstone system bindings for Rust
220 stars 78 forks source link

Add Cirrus CI support #59

Closed tmfink closed 5 years ago

tmfink commented 5 years ago

Handles #58

codecov[bot] commented 5 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   21.08%   21.08%           
=======================================
  Files          80       80           
  Lines       29617    29617           
=======================================
  Hits         6244     6244           
  Misses      23373    23373

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 a09cf42...90bfd0f. Read the comment docs.

fkorotkov commented 5 years ago

Hey @tmfink, .cirrus.yml should be in the root of the repository and not in capstone-rs folder.

tmfink commented 5 years ago

Hey @tmfink, .cirrus.yml should be in the root of the repository and not in capstone-rs folder.

Facepalm; I must have gotten confused after creating a common cargo workspace. Thanks!