christophebedard / dco-check

Simple DCO check script to be used in any CI
Apache License 2.0
12 stars 6 forks source link

Generic commit author emails used by bots omitted from checks with a regex pattern match #126

Closed tumaysem closed 1 year ago

tumaysem commented 1 year ago

fixes #123

codecov[bot] commented 1 year ago

Codecov Report

Merging #126 (5f9e18b) into master (723e4e2) will decrease coverage by 5.53%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   65.61%   60.07%   -5.54%     
==========================================
  Files           2        2              
  Lines         506      516      +10     
  Branches       98      100       +2     
==========================================
- Hits          332      310      -22     
- Misses        150      184      +34     
+ Partials       24       22       -2     
Impacted Files Coverage Δ
dco_check/dco_check.py 59.92% <100.00%> (-5.56%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

christophebedard commented 1 year ago

Released as 0.4.0: https://github.com/christophebedard/dco-check/releases/tag/0.4.0