AluVM / rust-aluvm

Rust implementation of AluVM (RISC functional machine)
https://docs.rs/aluvm
Apache License 2.0
59 stars 22 forks source link

introduce cargo make #39

Closed 6293 closed 2 years ago

6293 commented 2 years ago

Closes https://github.com/internet2-org/rust-aluvm/issues/38

codecov-commenter commented 2 years ago

Codecov Report

Merging #39 (e7853c9) into master (75db200) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #39   +/-   ##
======================================
  Coverage    14.8%   14.8%           
======================================
  Files          18      18           
  Lines        3904    3904           
======================================
  Hits          579     579           
  Misses       3325    3325           
Impacted Files Coverage Δ
src/lib.rs 4.6% <0.0%> (ø)

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 75db200...e7853c9. Read the comment docs.