chaoss / grimoirelab-elk

GNU General Public License v3.0
58 stars 121 forks source link

[enriched/git] Fix 'is_git_commit_multi_author' field. #1049

Closed zhquan closed 2 years ago

zhquan commented 2 years ago

This fixes the is_git_commit_multi_author field when the commit has more than one author and pair-programming is enabled. This is important for calculating pair_programming_* values.

Also, set git_uuid correctly.

Signed-off-by: Quan Zhou quan@bitergia.com

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2346733831


Files with Coverage Reduction New Missed Lines %
/home/runner/work/grimoirelab-elk/grimoirelab-elk/grimoire_elk/enriched/github.py 2 75.31%
/home/runner/work/grimoirelab-elk/grimoirelab-elk/grimoire_elk/enriched/git.py 3 71.84%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 2346671797: -0.02%
Covered Lines: 8782
Relevant Lines: 10715

💛 - Coveralls
jjmerchante commented 2 years ago

LGTM