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

Add support for co-author retrieval #284

Merged
merged 1 commit into from Oct 27, 2023
Merged

Conversation

HelgeCPH
Copy link
Contributor

GitPython has support to parse co-authors of commits from commit messages: gitpython-developers/GitPython#1482
I would like to have that supported in pydriller too.
This commit adds a property co_authors to the Commit class, adds a unit test and a test case in a test repository.

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #284 (4e9ac22) into master (44410d9) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #284      +/-   ##
==========================================
+ Coverage   97.38%   97.39%   +0.01%     
==========================================
  Files          15       15              
  Lines        1069     1076       +7     
==========================================
+ Hits         1041     1048       +7     
  Misses         28       28              
Files Coverage Δ
pydriller/domain/commit.py 97.28% <100.00%> (+0.04%) ⬆️

@ishepard
Copy link
Owner

Thank you for the super PR!

@ishepard ishepard merged commit e60ca21 into ishepard:master Oct 27, 2023
19 checks passed
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.

None yet

2 participants