swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
207 stars 11 forks source link

Add hook run functionality #10

Closed calebcartwright closed 5 years ago

calebcartwright commented 5 years ago

Summary of changes:

Issues Completed

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #10   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          64    131   +67     
=====================================
+ Hits           64    131   +67
Impacted Files Coverage Δ
src/config.rs 100% <100%> (ø) :arrow_up:
src/git.rs 100% <100%> (ø) :arrow_up:
src/rusty_hook.rs 100% <100%> (ø) :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 6164e34...a62757c. Read the comment docs.