Closed shogo82148 closed 1 year ago
Merging #113 (f938003) into main (da77b46) will decrease coverage by
0.20%
. The diff coverage is75.00%
.
@@ Coverage Diff @@
## main #113 +/- ##
==========================================
- Coverage 81.88% 81.69% -0.20%
==========================================
Files 5 5
Lines 762 781 +19
==========================================
+ Hits 624 638 +14
- Misses 114 117 +3
- Partials 24 26 +2
Files | Coverage Δ | |
---|---|---|
shared/remote.go | 77.77% <75.00%> (-9.73%) |
:arrow_down: |
Wonderful! I also wanted to know which formats require support, so this was helpful. http://git-scm.com/docs/git-fetch#_git_urls
gh-poi
doesn't work on the repository that is cloned by https://github.com/x-motemen/ghq:the result of
git remote -v
is:It looks that
gh-poi
doesn't support ssh-url. This pull request fixes it.