Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#52) Ignore authors by name and email #56

Merged
merged 1 commit into from
Sep 14, 2019
Merged

(#52) Ignore authors by name and email #56

merged 1 commit into from
Sep 14, 2019

Conversation

llorllale
Copy link
Owner

For #52

Two new flags:

  • excl-author-names: comma-separated list of regexes matched against names of authors.
  • excl-author-emails: comma-separated list of regexes matched against emails of authors

If an authors name or email matches these then the commit will be excluded from the analysis.

@codecov
Copy link

codecov bot commented Sep 14, 2019

Codecov Report

Merging #56 into master will decrease coverage by 0.31%.
The diff coverage is 85.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   86.56%   86.25%   -0.32%     
==========================================
  Files           4        4              
  Lines         134      160      +26     
==========================================
+ Hits          116      138      +22     
- Misses          9       11       +2     
- Partials        9       11       +2
Impacted Files Coverage Δ
internal/commits/commits.go 86.36% <85.36%> (-0.74%) ⬇️

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 e79a964...e025b4e. Read the comment docs.

@llorllale llorllale merged commit 58c0b8c into master Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant