Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Stop using GitPython to parse git stats#281

Merged
ishepard merged 1 commit into
masterfrom
fix_gitstats
Aug 21, 2023
Merged

Stop using GitPython to parse git stats#281
ishepard merged 1 commit into
masterfrom
fix_gitstats

Conversation

@ishepard
Copy link
Copy Markdown
Owner

GitPython now ignores renames, which breaks Pydriller.

I created 2 functions to parse git stats result (same as GitPython), so we can do it "in-house".

Removing the constraint for GitPython=30 as well.

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 21, 2023

Codecov Report

Merging #281 (d73be12) into master (a1c287c) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
+ Coverage   97.32%   97.38%   +0.05%     
==========================================
  Files          15       15              
  Lines        1048     1069      +21     
==========================================
+ Hits         1020     1041      +21     
  Misses         28       28              
Files Changed Coverage Δ
pydriller/domain/commit.py 97.23% <100.00%> (+0.15%) ⬆️

@ishepard ishepard merged commit 813a948 into master Aug 21, 2023
@ishepard ishepard deleted the fix_gitstats branch August 21, 2023 10:41
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