ishepard / pydriller

Python Framework to analyse Git repositories
http://pydriller.readthedocs.io/en/latest/
Apache License 2.0
810 stars 138 forks source link

recognize "git://" prefix as remote repository #287

Closed babenek closed 6 months ago

babenek commented 6 months ago

Git works with the prefix: git clone git://git.tizen.org/platform/core/api/alarm

codecov[bot] commented 6 months ago

Codecov Report

Merging #287 (669e7a3) into master (648f271) will not change coverage. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/ishepard/pydriller/pull/287/graphs/tree.svg?width=650&height=150&src=pr&token=hDdmGET6SJ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Davide+Spadini)](https://app.codecov.io/gh/ishepard/pydriller/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Davide+Spadini) ```diff @@ Coverage Diff @@ ## master #287 +/- ## ======================================= Coverage 97.41% 97.41% ======================================= Files 15 15 Lines 1082 1082 ======================================= Hits 1054 1054 Misses 28 28 ``` | [Files](https://app.codecov.io/gh/ishepard/pydriller/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Davide+Spadini) | Coverage Δ | | |---|---|---| | [pydriller/repository.py](https://app.codecov.io/gh/ishepard/pydriller/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Davide+Spadini#diff-cHlkcmlsbGVyL3JlcG9zaXRvcnkucHk=) | `95.04% <100.00%> (ø)` | |
ishepard commented 6 months ago

LGTM! Thanks