swellaby / rusty-hook

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

:umbrella: Add option hook files to skip #147

Closed miqbalrr closed 3 years ago

miqbalrr commented 3 years ago

Changes

Related Issues

Uncovered

codecov[bot] commented 3 years ago

Codecov Report

Merging #147 (4be897d) into master (e23c47d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #147   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          142       148    +6     
=========================================
+ Hits           142       148    +6     
Impacted Files Coverage Δ
src/git.rs 100.00% <100.00%> (ø)
src/hooks.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 e23c47d...4be897d. Read the comment docs.

calebcartwright commented 3 years ago

Thanks so much for the PR! Should have some time to review within the next few days