Skip to content

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
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.

2 participants