christophebedard / dco-check

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

Add exclude emails option #115

Closed christophebedard closed 2 years ago

christophebedard commented 2 years ago

Closes #112

This adds an option to provide a comma-separated list of emails. Commits with an author email in that list are not checked for a sign-off. This is meant to be used for bots.

Signed-off-by: Christophe Bedard bedard.christophe@gmail.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #115 (e0a8941) into master (ecfe4b9) will increase coverage by 0.69%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   68.67%   69.36%   +0.69%     
==========================================
  Files           2        2              
  Lines         498      506       +8     
  Branches       85       86       +1     
==========================================
+ Hits          342      351       +9     
+ Misses        126      121       -5     
- Partials       30       34       +4     
Impacted Files Coverage Δ
dco_check/dco_check.py 69.24% <100.00%> (+0.69%) :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 ecfe4b9...e0a8941. Read the comment docs.