unthreaded / git-hooks

Small, lightweight tool to ensure ticket numbers make it into your Git commit messages
MIT License
0 stars 2 forks source link

Add support for tickets in the middle of the issue URL #78

Closed lcombs15 closed 4 years ago

lcombs15 commented 4 years ago

:pushpin: Issue

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #78   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          152       153    +1     
=========================================
+ Hits           152       153    +1     
Impacted Files Coverage Δ
src/main/hook/commit_msg_hook_runner.py 100.00% <ø> (ø)
src/main/config/commit_hook_config.py 100.00% <100.00%> (ø)
src/main/config/commit_hook_config_base_impl.py 100.00% <100.00%> (ø)
src/main/config/commit_hook_config_yaml_impl.py 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 21c4bde...b074669. Read the comment docs.