davidB / git2_credentials

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

Fix username retrieval #45

Closed gifnksm closed 12 months ago

gifnksm commented 12 months ago

Fixes #42, #44

codecov-commenter commented 12 months ago

Codecov Report

Merging #45 (c140c67) into master (5640b82) will increase coverage by 1.95%. Report is 2 commits behind head on master. The diff coverage is 100.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      #45      +/-   ##
==========================================
+ Coverage   87.38%   89.34%   +1.95%     
==========================================
  Files           2        2              
  Lines         111      122      +11     
==========================================
+ Hits           97      109      +12     
+ Misses         14       13       -1     
Files Changed Coverage Δ
src/lib.rs 89.74% <ø> (+3.07%) :arrow_up:
src/ssh_config.rs 89.15% <100.00%> (+1.50%) :arrow_up:

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

davidB commented 12 months ago

I release your fix as part of version 0.12.1 (for git2 0.17) and 0.13.0 (for git2 0.18).

Thank you.