swellaby / rusty-hook

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

feat: support streaming hook output #100

Closed calebcartwright closed 4 years ago

calebcartwright commented 4 years ago

Changes

Related Issues

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #100   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          132       130    -2     
=========================================
- Hits           132       130    -2     
Impacted Files Coverage Δ
src/hooks.rs 100.00% <ø> (ø)
src/git.rs 100.00% <100.00%> (ø)
src/rusty_hook.rs 100.00% <100.00%> (ø)

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 34facf8...661a266. Read the comment docs.