davidB / git2_credentials

Provide credentials function to used with git2::RemoteCallbacks.credentials
Apache License 2.0
21 stars 4 forks source link

Fix `extract_host` to handle SSH URLs that do not start with `git@` #46

Closed gifnksm closed 12 months ago

codecov-commenter commented 12 months ago

Codecov Report

Merging #46 (2a6177f) into master (5640b82) will increase coverage by 0.94%. Report is 1 commits behind head on master. The diff coverage is 80.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   87.38%   88.33%   +0.94%     
==========================================
  Files           2        2              
  Lines         111      120       +9     
==========================================
+ Hits           97      106       +9     
  Misses         14       14              
Files Changed Coverage Δ
src/lib.rs 89.74% <80.00%> (+3.07%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

davidB commented 12 months ago

Thank you